Skip to content

Commit 85f5a4d

Browse files
committed
Update validate-markdown.yaml
1 parent 0caccaf commit 85f5a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Validate markdown
3131
run: npx --yes mdv versions/3.*.md
3232
- name: Lint markdown 3.0.4, 3.1.1, and later
33-
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[^01].*.md
33+
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[^01].*.md src/spec.md

0 commit comments

Comments
 (0)