ci(qa): fix lychee to only check md/mdx files to avoid root-relative path errors
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 12s
Nightly QA / 🎭 Lighthouse (push) Failing after 2m36s
Nightly QA / 📝 E2E (push) Failing after 2m34s
Build & Deploy / 🧪 QA (push) Successful in 1m27s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Nightly QA / 🔔 Notify (push) Has been cancelled
Nightly QA / 🔍 Static Analysis (push) Has been cancelled
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 12s
Nightly QA / 🎭 Lighthouse (push) Failing after 2m36s
Nightly QA / 📝 E2E (push) Failing after 2m34s
Build & Deploy / 🧪 QA (push) Successful in 1m27s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Nightly QA / 🔔 Notify (push) Has been cancelled
Nightly QA / 🔍 Static Analysis (push) Has been cancelled
This commit is contained in:
@@ -52,7 +52,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.*" --exclude "https://git.infra.*" --exclude "https://mintel.me/*" .
|
||||
args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.*" --exclude "https://git.infra.*" --exclude "https://mintel.me/*" --include-verbatim '**/*.md' '**/*.mdx'
|
||||
fail: true
|
||||
|
||||
# ────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user