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 22c3a77 commit 6777f36Copy full SHA for 6777f36
.github/workflows/link-checker-prs.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- if: ${{ env.MARKDOWN_FILES != '' }}
39
name: Link Checker
40
- uses: lycheeverse/lychee-action@v1.5.2
+ uses: lycheeverse/lychee-action@v2.2.0
41
with:
42
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
43
fail: true
.github/workflows/link-checker.yml
@@ -24,7 +24,7 @@ jobs:
24
restore-keys: cache-lychee-
25
26
- name: Link Checker
27
28
29
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
30
0 commit comments