Skip to content

Commit 4ba3bf4

Browse files
authored
Make link-check action more robust (#758)
1 parent d2da8c5 commit 4ba3bf4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ jobs:
1818
with:
1919
fail: true
2020
failIfEmpty: false
21+
args: >-
22+
--max-retries 5
23+
--retry-wait-time 2
24+
--timeout 30
25+
--host-concurrency 3
26+
--host-request-interval 200ms
27+
'./**/*.md'
28+
'./**/*.html'
29+
'./**/*.rst'
2130
2231
pre-commit:
2332
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)