Skip to content

Commit

Permalink
Update broken-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Jun 27, 2024
1 parent 317b760 commit 11200ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:

name: Broken Link Check
jobs:
- name: "Check for broken links"
check:
name: "Check for broken links"
uses: lycheeverse/lychee-action@v1
with:
args: --no-progress --accept '200..=299, 401' --exclude '.*\.ndjson' --exclude 'file://*' ./common # ignore Unauthorized errors
Expand Down

0 comments on commit 11200ed

Please sign in to comment.