ci: silence 429s errors in link checker (#10495)

Until https://github.com/lycheeverse/lychee/pull/1844 is shipped, we
silence 429s as valid status codes whenever links are being checked by
lychee.
This commit is contained in:
Thomas Eizinger
2025-10-01 04:24:07 +00:00
committed by GitHub
parent cfbdc30123
commit b4fae701ec

View File

@@ -18,7 +18,7 @@ jobs:
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
with:
fail: false
args: --verbose --no-progress --exclude-all-private --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev .
args: --verbose --no-progress --exclude-all-private --max-concurrency 1 --retry-wait-time 60 --base https://firezone.dev --accept 100..=103,200..=299,429 .
workingDirectory: website
- name: Create Issue From File