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 53d1ced commit 24129fcCopy full SHA for 24129fc
.github/workflows/link-checker.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Link Checker
28
uses: lycheeverse/lychee-action@v2
29
with:
30
- args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
+ args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
31
fail: true
32
jobSummary: true
33
env:
0 commit comments