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 24129fc commit b8f36c5Copy full SHA for b8f36c5
.github/workflows/link-checker-prs.yml
@@ -39,7 +39,7 @@ jobs:
39
name: Link Checker
40
uses: lycheeverse/lychee-action@v2
41
with:
42
- args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
+ args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
43
fail: true
44
jobSummary: true
45
env:
0 commit comments