Skip to content

Commit 6b8bd85

Browse files
committed
try
1 parent a22f845 commit 6b8bd85

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,21 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- name: Link Checker
12+
- name: Link Checker 1
13+
id: lychee
14+
uses: lycheeverse/lychee-action@v2
15+
with:
16+
args: >
17+
--exclude github.com
18+
.
19+
20+
- name: Link Checker 2
1321
id: lychee
1422
uses: lycheeverse/lychee-action@v2
1523
with:
1624
# reducing max concurrency and increasing max retries
1725
# to avoid 429 rate limiting for github urls
1826
args: >
27+
--include github.com
1928
--max-concurrency 1
2029
.

0 commit comments

Comments
 (0)