Add retry:true for linkinator-action to retry for random GitHub HTTP 429 errors.

This commit is contained in:
David Anson 2025-05-01 21:15:20 -07:00
parent 006b6af736
commit 2775534144

View file

@ -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