We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f98ded commit 24ed6d0Copy full SHA for 24ed6d0
.github/workflows/check-links.yaml
@@ -29,7 +29,7 @@ jobs:
29
restore-keys: cache-lychee-
30
- name: Link Checker
31
id: lychee
32
- uses: lycheeverse/lychee-action@v2.2.0
+ uses: lycheeverse/lychee-action@v2.3.0
33
with:
34
fail: true
35
args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'
0 commit comments