Skip to content

Commit f0d2168

Browse files
authored
trying to fix list and fix markdown
1 parent 42209eb commit f0d2168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_and_fix_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm install -g markdownlint-cli
3131

3232
- name: Lint and Fix Markdown files
33-
run: markdownlint '**/*.md' --fix
33+
run: markdownlint '**/*.md' --fix --config .markdownlint.json
3434

3535
- name: Configure Git
3636
run: |

0 commit comments

Comments
 (0)