Skip to content

Commit

Permalink
exclude bit.ly from link checks
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Dec 2, 2024
1 parent b170c06 commit 19ad041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Run lychee link checker
uses: lycheeverse/[email protected]
with:
args: --verbose --exclude '((doi|genderit)\.org)|nyti.ms' './**/*.md'
args: --verbose --exclude '((doi|genderit)\.org)|nyti.ms|bit.ly' './**/*.md'
fail: true

0 comments on commit 19ad041

Please sign in to comment.