Skip to content

Commit c5395e5

Browse files
committed
Make link-check action more robust
1 parent f0fb014 commit c5395e5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929
with:
3030
fail: true
3131
failIfEmpty: false
32+
args: >-
33+
--max-retries 5
34+
--retry-wait-time 2
35+
--timeout 30
36+
--host-concurrency 3
37+
--host-request-interval 200ms
38+
'./**/*.md'
39+
'./**/*.html'
40+
'./**/*.rst'
3241
3342
pre-commit:
3443
needs: check-file-sizes

0 commit comments

Comments
 (0)