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 34a8efe commit 55cc9baCopy full SHA for 55cc9ba
.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@v2.2.0
+ uses: lycheeverse/lychee-action@v2
41
with:
42
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
43
fail: true
.github/workflows/link-checker.yml
@@ -25,7 +25,7 @@ jobs:
25
restore-keys: cache-lychee-
26
27
- name: Link Checker
28
29
30
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
31
0 commit comments