We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fe003 commit d265168Copy full SHA for d265168
.github/workflows/validate-markdown.yaml
@@ -30,4 +30,4 @@ jobs:
30
run: npx --yes markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md
31
32
- name: Lint other files
33
- run: npx --yes markdownlint-cli2 --fix *.md
+ run: npx --yes markdownlint-cli2 *.md
0 commit comments