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 7ed857f commit ed94b83Copy full SHA for ed94b83
.github/workflows/lint.yml
@@ -28,9 +28,10 @@ jobs:
28
uses: super-linter/super-linter/slim@v8
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- # DEFAULT_BRANCH: main
32
# Validate all files on push/workflow_dispatch, only changed files on PRs
33
- # VALIDATE_ALL_CODEBASE: >-
34
- # ${{ github.event_name != 'pull_request' }}
35
- # VALIDATE_MARKDOWN: true
36
- # VALIDATE_YAML: true
+ VALIDATE_ALL_CODEBASE: >-
+ ${{ github.event_name != 'pull_request' }}
+ # VALIDATE_GITHUB_ACTIONS_ZIZMOR: true
+ VALIDATE_MARKDOWN: true
+ # VALIDATE_NATURAL_LANGUAGE: true
37
+ VALIDATE_YAML: true
0 commit comments