Skip to content

Commit 1566571

Browse files
authored
Switch to Super Linter slim image (#35)
* Switch to Super Linter slim image * Switch to test version of spamassassin-action * Update ci.yml
1 parent 29ec91b commit 1566571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Lint Code Base
22-
uses: github/super-linter@v4
22+
uses: github/super-linter/slim@v4
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525

@@ -32,4 +32,4 @@ jobs:
3232
uses: actions/checkout@v2
3333

3434
- name: Verify SpamAssassin rules
35-
uses: hspaans/spamassassin-action@v1
35+
uses: hspaans/spamassassin-action@v2

0 commit comments

Comments
 (0)