Skip to content

Commit 626e4be

Browse files
authored
[CI] Allow link-check failures (#777)
1 parent ff1f430 commit 626e4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check links
1717
uses: lycheeverse/lychee-action@v2
1818
with:
19-
fail: true
19+
fail: false # TODO: Change to true after dealing with sporadic link failures
2020
failIfEmpty: false
2121
args: >-
2222
--max-retries 5

0 commit comments

Comments
 (0)