Skip to content

Commit

Permalink
Add comment for version for markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Apr 15, 2024
1 parent 84ef487 commit 475ae57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
# markdown-link-check had a regression introduced in version 3.12.0. Keep it at 3.11.2 until that is resolved
# Issue: https://github.com/tcort/markdown-link-check/issues/304
npm install markdown-link-check@3.11.2
find . -type d \( -name node_modules -o -name .github \) -prune -o -type f -name '*.md' -print0 | xargs -0 -n1 node_modules/.bin/markdown-link-check --config .markdownlinkcheck.jsonc --quiet

0 comments on commit 475ae57

Please sign in to comment.