We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c26397 commit 9330ff4Copy full SHA for 9330ff4
.github/workflows/check-links.yaml
@@ -47,12 +47,12 @@ jobs:
47
fetch-depth: 0
48
49
- name: Install markdown-link-check
50
- run: npm install
+ run: npm ci
51
52
- name: Run markdown-link-check
53
run: |
54
npx --no -- markdown-link-check \
55
--verbose \
56
--config .github/workflows/check_links_config.json \
57
${{needs.changedfiles.outputs.files}} \
58
- || { echo "Check that anchor links are lowercase"; exit 1; }
+ || { echo "Check that anchor links are lowercase"; exit 1; }
0 commit comments