Skip to content

Commit 121a1e4

Browse files
committed
Setting linter path
1 parent 5c10a13 commit 121a1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Linting.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
# Linters
3030
VALIDATE_MARKDOWN: true
3131
VALIDATE_YAML: true
32-
MARKDOWN_CONFIG_FILE: ./.markdownlint.yml
32+
LINTER_RULES_PATH: ./
33+
MARKDOWN_CONFIG_FILE: .markdownlint.yml
3334
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)