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
This commit is contained in:
parent
1214ddabb7
commit
22eddfcc55
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Markdown Lint
|
- name: Run Markdown Lint
|
||||||
uses: github/super-linter@v3
|
uses: docker://ghcr.io/github/super-linter:slim-v4
|
||||||
env:
|
env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
VALIDATE_MARKDOWN: true
|
VALIDATE_MARKDOWN: true
|
||||||
|
Loading…
Reference in New Issue
Block a user