Skip to content

Commit

Permalink
Pin markdown-link-check to v3.11.0 on GitHub Actions
Browse files Browse the repository at this point in the history
Pin to v3.11.0 in GitHub Actions workflow to avoid false positive 404 
errors in CI.

Refs:
- tcort/markdown-link-check#250
  • Loading branch information
PeterDaveHello authored Apr 11, 2024
1 parent 359faf5 commit 715034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: 'lts/*'
- name: Install markdown-link-check
run: npm i -g markdown-link-check
run: npm i -g markdown-link-check@3.11.0
- name: Run markdown-link-check on MD files
run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q

0 comments on commit 715034c

Please sign in to comment.