From bd1a822d324563e2256717d6da83c97b416e86ea Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 5 Mar 2026 10:50:45 +0100 Subject: [PATCH] ci(qa): restrict Lychee to project docs only (exclude node_modules md files) --- .gitea/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index 7d25cb9..5eea05e 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -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/*" --exclude "https://worldvectorlogo.com/*" '**/*.md' '**/*.mdx' + 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' fail: false # ────────────────────────────────────────────────────