Skip to content

Commit

Permalink
feat(ci): accept 429 status code in link checker (#1972)
Browse files Browse the repository at this point in the history
We keep seeing LinkedIn report 429 while running link checker. In *most*
cases of 429, there will not be much we can do in CI to get around this.

This PR configures Lychee to accept the status code 429.
  • Loading branch information
PoisonPhang authored May 27, 2024
2 parents 3dc7ae2 + c96fec4 commit dbaedcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ exclude = [
'^https://union-testnet-grpc.polkachu.com',
]

accept = ["200", "429"]
exclude_all_private = true
exclude_link_local = true

0 comments on commit dbaedcf

Please sign in to comment.