mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue