We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--include-fragments
lychee
1 parent 853e709 commit bc5d6d5Copy full SHA for bc5d6d5
.github/workflows/lint.yml
@@ -18,7 +18,8 @@ jobs:
18
with:
19
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
20
# Exclude udemy.com (Failed: Network error: Forbidden)
21
- args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
+ # Add check for url.com/index#fragments
22
+ args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com --include-fragments
23
fail: true
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments