We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0217d8e commit d700fe0Copy full SHA for d700fe0
1 file changed
.github/workflows/super-linter.yml
@@ -24,10 +24,11 @@ jobs:
24
uses: super-linter/super-linter@v8
25
env:
26
DEFAULT_BRANCH: main
27
+ DISABLE_ERRORS: false
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
30
VALIDATE_ALL_CODEBASE: false
- DISABLE_ERRORS: false
31
VALIDATE_GITHUB_ACTIONS: true
32
VALIDATE_JSON: true
33
+ VALIDATE_MARKDOWN: true
34
VALIDATE_YAML: true
0 commit comments