Remove timeout override from linkcheck Workflow configuration.

This commit is contained in:
David Anson 2025-06-02 21:55:46 -07:00
parent 8e955cba87
commit f956dd089f

View file

@ -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