We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 359faf5 + 715034c commit 2680694Copy full SHA for 2680694
1 file changed
.github/workflows/markdown-link-check.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: 'lts/*'
20
- name: Install markdown-link-check
21
- run: npm i -g markdown-link-check
+ run: npm i -g markdown-link-check@3.11.0
22
- name: Run markdown-link-check on MD files
23
run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q
0 commit comments