Skip to content

Commit 22eddfc

Browse files
committed
update super-linter to v4 (#2286)
replaces #2285 * bump to major release v4 instead of specifying patch * use slim image (https://github.com/github/super-linter#slim-image) - doesn't have rust linters but we don't use them anyway
1 parent 1214dda commit 22eddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fetch-depth: 0
8585

8686
- name: Run Markdown Lint
87-
uses: github/super-linter@v3
87+
uses: docker://ghcr.io/github/super-linter:slim-v4
8888
env:
8989
VALIDATE_ALL_CODEBASE: false
9090
VALIDATE_MARKDOWN: true

0 commit comments

Comments
 (0)