Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
fail: true
# Accept the HTTP status code 429 (Too Many Requests) to avoid failing the workflow
# when the rate limit is exceeded.
# lychee strictly validates fragments; Zulip fragments are JS-routed and lack HTML anchors,
# which leads to false failures. Strip Zulip fragments and check the base URL instead.
# See lychee issues: https://github.com/lycheeverse/lychee/issues/1791
args: |
--no-progress
--include-fragments
--accept '100..=103, 200..=299, 429'
--remap '(https://rust-lang\.zulipchat\.com[^#]*)#.* $1'
.