Skip to content

Commit bc5d6d5

Browse files
committed
Add --include-fragments to lychee
1 parent 853e709 commit bc5d6d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
with:
1919
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
2020
# Exclude udemy.com (Failed: Network error: Forbidden)
21-
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
21+
# Add check for url.com/index#fragments
22+
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com --include-fragments
2223
fail: true
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)