Skip to content

Commit

Permalink
Add .lycheeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Jun 27, 2024
1 parent cf754bf commit 2425788
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: "Check for broken links"
uses: lycheeverse/lychee-action@v1
with:
args: --no-progress --accept '200..=299, 401' --exclude '.*\.ndjson' --exclude 'file://*' -- ./common
args: --no-progress --accept '200..=299, 401' .
fail: true
jobSummary: true
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.*\.ndjson
file://*
https://dpc.cms.gov/checksum
https://dpc.cms.gov/file_length

0 comments on commit 2425788

Please sign in to comment.