From badf81644ede40e84ae6c94e484435626ef411ce Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 4 Mar 2026 17:56:34 +0100 Subject: [PATCH] ci(qa): fix lychee to only check md/mdx files to avoid root-relative path errors --- .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 8f53e77..39a1f34 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -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 # ────────────────────────────────────────────────────