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 55d2536 commit 10b4ad8Copy full SHA for 10b4ad8
.github/workflows/validate_and_fix_markdown.yml
@@ -30,7 +30,7 @@ jobs:
30
run: npm install -g markdownlint-cli
31
32
- name: Lint and Fix Markdown files
33
- run: markdownlint '**/*.md' --fix --config ../.markdownlint.json
+ run: markdownlint '**/*.md' --fix --config .github/.markdownlint.json
34
35
- name: Configure Git
36
run: |
0 commit comments