Skip to content

Commit

Permalink
fix(repo): improve link checking (#18653)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Dec 27, 2024
1 parent 304d948 commit 4de2f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo--check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Check links
uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --verbose --max-retries 3 --retry-delay 2 --exclude "etherscan.io" --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3' '**/README.md'
args: --no-progress --verbose "**/README.md"
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude_path = ["node_modules"]
exclude = ["etherscan.io"]

0 comments on commit 4de2f7c

Please sign in to comment.