We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3600088 commit 859d0c4Copy full SHA for 859d0c4
.github/workflows/links.yml
@@ -4,13 +4,12 @@ name: Links (Fail Fast)
4
5
on:
6
push:
7
- pull_request:
8
workflow_dispatch:
9
10
11
jobs:
12
lint:
13
- name: pre-commit
+ name: links-check
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
lychee.toml
@@ -6,6 +6,8 @@ exclude_all_private = true
accept = ["200", "429"]
# retry
max_retries = 6
+retry_wait_time = 10
+max_concurrency = 10
# Explicitly exclude some URLs
exclude = [
"^file:",
0 commit comments