Commit d18028b7 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: accept rate limit response (429) as valid with lychee

parent 10e41d14
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,3 +14,6 @@ exclude_path = [ "SECURITY.md", "docs/ref/templates-stages-body.part.html", "doc
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
# `exclude_loopback` to true.
exclude_all_private = true

# also accept rate limit as valid
accept = [200, 429]
 No newline at end of file