Skip to content

Commit

Permalink
Update check-links.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored Dec 20, 2024
1 parent 7c26397 commit 9330ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
fetch-depth: 0

- name: Install markdown-link-check
run: npm install
run: npm ci

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

0 comments on commit 9330ff4

Please sign in to comment.