mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 05:50:13 +01:00
Add retry:true for linkinator-action to retry for random GitHub HTTP 429 errors.
This commit is contained in:
parent
006b6af736
commit
2775534144
1 changed files with 1 additions and 0 deletions
1
.github/workflows/checkers.yml
vendored
1
.github/workflows/checkers.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/ ^https://unix.stackexchange.com/'
|
||||
paths: '*.md doc/*.md helpers/*.md'
|
||||
timeout: 60000
|
||||
retry: true
|
||||
|
||||
spellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue