We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a697e99 + 65afc30 commit 88e686fCopy full SHA for 88e686f
.github/workflows/lint.yml
@@ -17,7 +17,8 @@ jobs:
17
uses: lycheeverse/[email protected]
18
with:
19
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
20
- args: README.md --verbose --no-progress --exclude twitter.com
+ # Exclude udemy.com (Failed: Network error: Forbidden)
21
+ args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
22
fail: true
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments