Skip to content

Commit

Permalink
✅ Pin markdown-link-check's version to v3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Mar 24, 2024
1 parent c3a63f2 commit 8736ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_links/markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")/../.." \
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

check_links() (
npx markdown-link-check@^3 \
npx markdown-link-check@3.11.2 \
--config ./scripts/check_links/markdown_configs.json \
--quiet \
--retry \
Expand Down

0 comments on commit 8736ea4

Please sign in to comment.