mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-06-30 23:19:41 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user