mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
lint all .py and .md files
This commit is contained in:
parent
9d5f391c2c
commit
47b6282d71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Super-Linter
|
- name: Super-Linter
|
||||||
uses: docker://ghcr.io/github/super-linter:slim-v4
|
uses: docker://ghcr.io/github/super-linter:slim-v4
|
||||||
env:
|
env:
|
||||||
FILTER_REGEX_INCLUDE: .*/aedi/.*
|
FILTER_REGEX_INCLUDE: .*(\.py|\.md)$
|
||||||
VALIDATE_PYTHON_BLACK: false
|
VALIDATE_PYTHON_BLACK: false
|
||||||
VALIDATE_PYTHON_ISORT: false
|
VALIDATE_PYTHON_ISORT: false
|
||||||
DISABLE_ERRORS: true
|
DISABLE_ERRORS: true
|
||||||
|
|
Loading…
Reference in a new issue