Skip to content

Commit d700fe0

Browse files
authored
Update super-linter.yml VALIDATE_MARKDOWN: true (#204)
1 parent 0217d8e commit d700fe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/super-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
uses: super-linter/super-linter@v8
2525
env:
2626
DEFAULT_BRANCH: main
27+
DISABLE_ERRORS: false
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2829
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
2930
VALIDATE_ALL_CODEBASE: false
30-
DISABLE_ERRORS: false
3131
VALIDATE_GITHUB_ACTIONS: true
3232
VALIDATE_JSON: true
33+
VALIDATE_MARKDOWN: true
3334
VALIDATE_YAML: true

0 commit comments

Comments
 (0)