Skip to content

Commit 82e7ef9

Browse files
committed
Accept 429 status in lychee
1 parent bd7d7fa commit 82e7ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pre-push:
1212
commands:
1313
check-links:
1414
tags: docs
15-
run: command -v lychee && lychee docs README.md --exclude localhost --exclude x.com --exclude twitter.com
15+
run: command -v lychee && lychee docs README.md --exclude localhost --exclude x.com --exclude twitter.com --accept=200,429

0 commit comments

Comments
 (0)