Update lychee-pr-check.yml (#2925)

This commit is contained in:
Nick Veitch
2025-02-28 11:53:12 +00:00
committed by GitHub
parent 53da93f6e7
commit 0958674c83
2 changed files with 3 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ retry_wait_time = 10
# accept = "200..=204, 429"
# accept = ["200", "429"]
# accept = "200, 429"
accept = ["200", "429"]
accept = ["200", "429", "403"]
# Proceed for server connections considered insecure (invalid TLS).
insecure = false