Skip to content

Commit

Permalink
ci: markdown link checker config (celestiaorg#1087)
Browse files Browse the repository at this point in the history
celestia-app is observing several false positives on the markdown lint
link checker. See
https://github.com/celestiaorg/celestia-app/actions/runs/3586356956/jobs/6035453041#step:4:318

this PR attempts to mitigate by configuring markdown lint link checker
to retry when an HTTP 429 is observed. See
https://github.com/gaurav-nelson/github-action-markdown-link-check#too-many-requests
  • Loading branch information
rootulp authored Nov 30, 2022
1 parent 1af6697 commit 9e8ed4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"retryOn429": true
}

0 comments on commit 9e8ed4b

Please sign in to comment.