Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 66ee28f

Browse files
authored
feat(gh): add default GitHub repo files (#520)
1 parent 3319f59 commit 66ee28f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lychee.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ accept = [999]
2323

2424
# Exclude URLs and mail addresses from checking (supports regex)
2525
exclude = [
26+
# returns 403 when accessed from GitHub Action
27+
'stackoverflow\.com',
28+
'stackexchange\.com',
2629
# Ignore all URLs with '$' - BASH variable in URL
2730
'\$',
2831
# Ignore all URLs with '{ ... }' - BASH / Ansible variable in URL

0 commit comments

Comments
 (0)