Skip to content

Commit a911e5d

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ 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
3238
3339
pre-commit:
3440
needs: check-file-sizes

0 commit comments

Comments
 (0)