Skip to content

Commit 9330ff4

Browse files
authored
Update check-links.yaml
1 parent 7c26397 commit 9330ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Install markdown-link-check
50-
run: npm install
50+
run: npm ci
5151

5252
- name: Run markdown-link-check
5353
run: |
5454
npx --no -- markdown-link-check \
5555
--verbose \
5656
--config .github/workflows/check_links_config.json \
5757
${{needs.changedfiles.outputs.files}} \
58-
|| { echo "Check that anchor links are lowercase"; exit 1; }
58+
|| { echo "Check that anchor links are lowercase"; exit 1; }

0 commit comments

Comments
 (0)