Skip to content

Commit

Permalink
Update link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 committed May 4, 2024
1 parent 225d716 commit 3eb2ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: lycheeverse/lychee-action@v1.9.3
with:
# Check all markdown files in repo
args: -vvv --no-progress --max-redirects 30 --accept 200,429 './**/*.md'
args: --user-agent 'curl/8.7.1' -vvv --no-progress --max-redirects 30 --accept 200,403,429,500 './**/*.md'
fail: true

# To avoid automated spam, try to find an existing open issue before opening a new one
Expand Down
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
https://web.archive.org/web/*
https://www.ghacks.net/*
https://www.howtogeek.com/*
https://github.com/*

0 comments on commit 3eb2ba9

Please sign in to comment.