Skip to content

Commit

Permalink
Use "future-proof" glob pattern for markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Oct 25, 2024
1 parent cc25d27 commit 0caccaf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validate-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
node-version: '20.x'
- name: Validate markdown
run: npx --yes mdv versions/3.*.md
- name: Lint markdown v3.0.4
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md
- name: Lint markdown v3.1.1
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.1.1.md
- name: Lint markdown 3.0.4, 3.1.1, and later
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[^01].*.md

0 comments on commit 0caccaf

Please sign in to comment.