Skip to content

Commit 9ccf320

Browse files
committed
Excluded GH line-highlighting links til lycheeverse/lychee#2113 fixed
1 parent 9227c2a commit 9ccf320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-links-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Check all files, ignore ok/redir/blocked/rate-limited
2626
args: >-
2727
. --no-progress --include-mail
28-
--include-fragments --index-files README.md,docs/README.md --exclude "#readme"
28+
--include-fragments --index-files README.md,docs/README.md --exclude "#readme" --exclude "#L\d"
2929
--accept 200..299,300..399,403,429
3030
--cache --max-cache-age 3d
3131
env:

0 commit comments

Comments
 (0)