Skip to content

Commit

Permalink
Retry link checks after HTTP 429 (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Dec 21, 2020
1 parent e55dfa4 commit 841244c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/markdown-link-check-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"retryOn429": true
}
2 changes: 2 additions & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/markdown-link-check-config.json'

0 comments on commit 841244c

Please sign in to comment.