Update Checkers workflow to ignore all github.com links because they return HTTP 429 randomly and linkinator does not handle that well.

This commit is contained in:
David Anson 2025-05-01 21:19:56 -07:00
parent 2775534144
commit f34f4dde69

View file

@ -15,10 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: JustinBeckwith/linkinator-action@v1.11.0
with:
linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/ ^https://unix.stackexchange.com/'
linksToSkip: '^https://github.com/ ^https://opensource.org/ ^https://unix.stackexchange.com/'
paths: '*.md doc/*.md helpers/*.md'
timeout: 60000
retry: true
spellcheck:
runs-on: ubuntu-latest