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.
1 parent 10a9ae1 commit 42f9a3bCopy full SHA for 42f9a3b
.github/workflows/links.yml
@@ -18,7 +18,7 @@ jobs:
18
id: lychee
19
uses: lycheeverse/lychee-action@master
20
with:
21
- args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json"
+ args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude-mail
22
env:
23
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
- name: Fail if there were link errors
0 commit comments