mirror of
https://github.com/virtualroot/awesome-opentofu.git
synced 2026-04-30 11:28:34 -05:00
Add --include-fragments to lychee
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -18,7 +18,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
|
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
|
||||||
# Exclude udemy.com (Failed: Network error: Forbidden)
|
# Exclude udemy.com (Failed: Network error: Forbidden)
|
||||||
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
|
# Add check for url.com/index#fragments
|
||||||
|
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com --include-fragments
|
||||||
fail: true
|
fail: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user