mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
ci: update super-linter to the actual version
disable failure on errors as temporal solution
This commit is contained in:
parent
ed79f684b1
commit
6e25af3d67
1 changed files with 4 additions and 1 deletions
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
|
@ -10,7 +10,10 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Super-Linter
|
- name: Super-Linter
|
||||||
uses: docker://github/super-linter:v2.1.0
|
uses: docker://ghcr.io/github/super-linter:slim-v4
|
||||||
|
env:
|
||||||
|
FILTER_REGEX_EXCLUDE: .*/deps/.*
|
||||||
|
DISABLE_ERRORS: true
|
||||||
|
|
||||||
- name: Bandit
|
- name: Bandit
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue