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:
François 2021-06-01 01:01:20 +00:00
parent 1214ddabb7
commit 22eddfcc55

View file

@ -84,7 +84,7 @@ jobs:
fetch-depth: 0
- name: Run Markdown Lint
uses: github/super-linter@v3
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true