Skip to content

Commit d265168

Browse files
authored
Update .github/workflows/validate-markdown.yaml
1 parent 79fe003 commit d265168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-markdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: npx --yes markdownlint-cli2 --config spec.markdownlint.yaml src/oas.md
3131

3232
- name: Lint other files
33-
run: npx --yes markdownlint-cli2 --fix *.md
33+
run: npx --yes markdownlint-cli2 *.md

0 commit comments

Comments
 (0)