Skip to content

Commit

Permalink
use specific markdown link check version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Mar 13, 2024
1 parent 35ca12a commit 9bdc06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
npm install markdown-link-check
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 ./tools/.markdownlinkcheck.json --quiet

0 comments on commit 9bdc06c

Please sign in to comment.