Skip to content

Commit 3b4c033

Browse files
committed
config
1 parent 8dde95a commit 3b4c033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.4.1
2323
with:
2424
fail: false
25+
checkbox: false
2526
output: ./lychee/out.md
26-
args: "--mode task --base . --config ./ci/lychee.toml ."
27+
args: "--base . --config ./ci/lychee.toml ."
2728

2829
- name: Save lychee cache
2930
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)