Skip to content

Commit 8571ebc

Browse files
adamluiMichaIng
andcommitted
Added cache + check email/fragments to lychee
Co-Authored-By: MichaIng <micha@dietpi.com>
1 parent 181b977 commit 8571ebc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/validate-links-on-push-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
# Check all MD files, ignore ok/redir/blocked/rate-limited, exclude commonly down domains
3333
args: >-
3434
"*.md" "**/*.md"
35-
--verbose --no-progress
35+
--verbose --no-progress --include-mail
36+
--include-fragments --index-files README.md --exclude "#readme"
3637
--accept 200..299,300..399,403,429
38+
--cache --max-cache-age 3d
3739
--exclude api\.star-history\.com --exclude ghostbrowser\.com
3840
env:
3941
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)