mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
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:
parent
8f23e85b17
commit
4fe3415822
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.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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue