Add StackExchange URL to skip-list for link checking as it fails regularly from GitHub Actions now via HTTP 403.

This commit is contained in:
David Anson 2024-02-16 17:34:10 -08:00
parent 8f23e85b17
commit 4fe3415822

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: JustinBeckwith/linkinator-action@v1.10.4
with:
linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/'
linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/ ^https://unix.stackexchange.com/'
paths: '*.md doc/*.md helpers/*.md'
timeout: 60000