Skip to content

Commit

Permalink
Moving .github/action location to .github/actions/spamassassin-lint (#50
Browse files Browse the repository at this point in the history
)

* Moving action location

* Move SpamAssassin GitHub Action to new directory
  • Loading branch information
hspaans authored May 25, 2024
1 parent 3375999 commit 3c9963b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2
updates:
- package-ecosystem: docker
directory: /.github/action/
directory: /.github/actions/spamassassin-lint
schedule:
interval: monthly
groups:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
name: CI

on:
pull_request:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- master

jobs:
lint:
Expand Down Expand Up @@ -38,4 +42,4 @@ jobs:
uses: actions/checkout@v4

- name: Verify SpamAssassin rules
uses: ./.github/action
uses: ./.github/actions/spamassassin-lint

0 comments on commit 3c9963b

Please sign in to comment.