ci: drop removed lychee --exclude-mail flag and pin lychee to v0.23.0

This commit is contained in:
pluja
2026-07-06 12:54:00 +03:00
parent 773080f18c
commit 6b69587a3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,6 +23,7 @@ jobs:
- name: Run lychee on README.md
uses: lycheeverse/lychee-action@v2
with:
lycheeVersion: v0.23.0
# Scope strictly to README.md.
# --accept whitelists transient/bot-block codes so the PR only hard
# fails on real dead links (404/410) and dead domains (DNS/connection
@@ -36,7 +37,6 @@ jobs:
--max-retries 3
--retry-wait-time 2
--timeout 20
--exclude-mail
--accept 100..=103,200..=299,403,429,500,502,503,504,999
README.md
format: markdown