Add wikipedia.org to linkinator exclusion list due to regular HTTP 429 responses, remove "en." prefix from all Wikipedia links, switch Checkers workflow from linkinator-action to linkinator.

This commit is contained in:
David Anson
2026-06-18 20:23:36 -07:00
parent 350c6d52dd
commit bd932f9495
3 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -15,10 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: JustinBeckwith/linkinator-action@v2
with:
paths: '*.md'
timeout: 60000
- run: 'npx linkinator "*.md" --directory-listing --skip "^https://wikipedia.org/"'
spellcheck:
runs-on: ubuntu-latest