mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Remove timeout override from linkcheck Workflow configuration.
This commit is contained in:
parent
8e955cba87
commit
f956dd089f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/checkers.yml
vendored
1
.github/workflows/checkers.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
linksToSkip: '^https://github.com/ ^https://www.jwz.org/ ^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'
|
paths: '*.md doc/*.md helpers/*.md'
|
||||||
timeout: 60000
|
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue