Skip to content

Commit

Permalink
Pin check-markdown version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Nov 6, 2024
1 parent 2d3ac48 commit b50510e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion check-markdown/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ runs:
- name: Install and run npm
shell: bash
run: |
npm install -g markdown-link-check
# Errors when using 3.13.*
# See also https://github.com/tcort/markdown-link-check/issues/369
npm install -g markdown-link-check@3.12.2
markdown-link-check --version
find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -c $GITHUB_ACTION_PATH/config.json -a 403,200

0 comments on commit b50510e

Please sign in to comment.