Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# No continue-on-error: every markdown file in the repo now lints clean,
# so this is a real gate. It previously could not fail, which is why the
# docs accumulated broken links, mislabelled fences and bad tables.
- uses: DavidAnson/markdownlint-cli2-action@v22
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: '**/*.md'
config: '.markdownlint.yml'
Expand Down
Loading