mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
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:
parent
2775534144
commit
f34f4dde69
1 changed files with 1 additions and 2 deletions
3
.github/workflows/checkers.yml
vendored
3
.github/workflows/checkers.yml
vendored
|
@ -15,10 +15,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: JustinBeckwith/linkinator-action@v1.11.0
|
- uses: JustinBeckwith/linkinator-action@v1.11.0
|
||||||
with:
|
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'
|
paths: '*.md doc/*.md helpers/*.md'
|
||||||
timeout: 60000
|
timeout: 60000
|
||||||
retry: true
|
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue