Skip to content

Commit d03fd2a

Browse files
authored
Fix reusable mise script (#2404)
1 parent af89adc commit d03fd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise/tasks/lint/local-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ for f in $usage_file; do
1010
done
1111

1212
# shellcheck disable=SC2086
13-
lychee --verbose --scheme file --include-fragments $usage_file
13+
lychee --verbose --scheme file --include-fragments --config .github/config/lychee.toml $usage_file

0 commit comments

Comments
 (0)