Skip to content

Commit 3c9963b

Browse files
authored
Moving .github/action location to .github/actions/spamassassin-lint (#50)
* Moving action location * Move SpamAssassin GitHub Action to new directory
1 parent 3375999 commit 3c9963b

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: .github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2
33
updates:
44
- package-ecosystem: docker
5-
directory: /.github/action/
5+
directory: /.github/actions/spamassassin-lint
66
schedule:
77
interval: monthly
88
groups:

Diff for: .github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
name: CI
33

44
on:
5-
pull_request:
65
push:
76
branches:
87
- master
8+
tags:
9+
- v*
10+
pull_request:
11+
branches:
12+
- master
913

1014
jobs:
1115
lint:
@@ -38,4 +42,4 @@ jobs:
3842
uses: actions/checkout@v4
3943

4044
- name: Verify SpamAssassin rules
41-
uses: ./.github/action
45+
uses: ./.github/actions/spamassassin-lint

0 commit comments

Comments
 (0)