ci(qa): restrict Lychee to root-level docs only (*.md docs/*.md) — skip CHANGELOG files
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 28s
Nightly QA / 🎭 Lighthouse (push) Successful in 3m25s
Nightly QA / 🔍 Static Analysis (push) Successful in 4m3s
Nightly QA / 📝 E2E (push) Successful in 4m48s
Nightly QA / 🔗 Links & Deps (push) Failing after 2m14s
Nightly QA / 🔔 Notify (push) Successful in 2s
Build & Deploy / 🧪 QA (push) Successful in 2m22s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled

This commit is contained in:
2026-03-05 11:04:59 +01:00
parent bd1a822d32
commit 6a228248e0

View File

@@ -186,7 +186,7 @@ jobs:
- name: 🔗 Lychee Link Check
uses: lycheeverse/lychee-action@v2
with:
args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" '*.md' 'docs/*.md' 'apps/**/*.md' 'packages/**/*.md'
args: --accept 200,204,429 --timeout 10 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" '*.md' 'docs/*.md'
fail: false
# ────────────────────────────────────────────────────