mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
ci: use preferred way to invoke super-linter
This commit is contained in:
parent
790546ce14
commit
302d046ff6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Super-Linter
|
- name: Super-Linter
|
||||||
uses: docker://ghcr.io/github/super-linter:slim-v4
|
uses: github/super-linter/slim@v4
|
||||||
env:
|
env:
|
||||||
FILTER_REGEX_INCLUDE: .*(\.py|\.md|\.yml)$
|
FILTER_REGEX_INCLUDE: .*(\.py|\.md|\.yml)$
|
||||||
FILTER_REGEX_EXCLUDE: .*/deps/.*
|
FILTER_REGEX_EXCLUDE: .*/deps/.*
|
||||||
|
|
Loading…
Reference in a new issue