Skip to content

Commit

Permalink
Fix broken link checker report (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Jun 1, 2024
1 parent 23e2827 commit 39276b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --accept '100..=103,200..=299,403,429' --exclude-all-private .

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down

0 comments on commit 39276b6

Please sign in to comment.