mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add www.jwz.org to linkcheck exclusions as it seems to always return HTTP 403 to the GitHub CI runner.
This commit is contained in:
parent
6b4e865d64
commit
c6e2ee1488
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checkers.yml
vendored
2
.github/workflows/checkers.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: JustinBeckwith/linkinator-action@v1.11.0
|
||||
with:
|
||||
linksToSkip: '^https://github.com/ ^https://opensource.org/ ^https://unix.stackexchange.com/'
|
||||
linksToSkip: '^https://github.com/ ^https://www.jwz.org/ ^https://opensource.org/ ^https://unix.stackexchange.com/'
|
||||
paths: '*.md doc/*.md helpers/*.md'
|
||||
timeout: 60000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue