Skip to content

Commit bd9801c

Browse files
committed
try
1 parent ce171f9 commit bd9801c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
id: lychee
1414
uses: lycheeverse/lychee-action@v2
1515
with:
16+
# reducing max concurrency and increasing max retries
17+
# to avoid 429 rate limiting for github urls
1618
args: >
1719
--cache
1820
--max-concurrency 16
1921
--max-retries 5
22+
--retry-wait-time 5
2023
.

0 commit comments

Comments
 (0)