Skip to content

Commit ed94b83

Browse files
committed
Go back to specific linters in the Lint workflow.
1 parent 7ed857f commit ed94b83

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
uses: super-linter/super-linter/slim@v8
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
# DEFAULT_BRANCH: main
3231
# 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
32+
VALIDATE_ALL_CODEBASE: >-
33+
${{ github.event_name != 'pull_request' }}
34+
# VALIDATE_GITHUB_ACTIONS_ZIZMOR: true
35+
VALIDATE_MARKDOWN: true
36+
# VALIDATE_NATURAL_LANGUAGE: true
37+
VALIDATE_YAML: true

0 commit comments

Comments
 (0)