From 7b642426fb4ab2203f5a0280fd4deceb33e8cf47 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 5 Mar 2026 11:12:46 +0100 Subject: [PATCH] =?UTF-8?q?ci(qa):=20add=20continue-on-error:=20true=20to?= =?UTF-8?q?=20Lychee=20step=20=E2=80=94=20fail:=20false=20in=20v2=20doesn'?= =?UTF-8?q?t=20prevent=20exit=20code=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/qa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index c8d7999..5b92a0d 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -185,6 +185,7 @@ jobs: run: pnpm dlx depcheck --ignores="*eslint*,*typescript*,*tailwindcss*,*postcss*,*prettier*,*@types/*,*husky*,*lint-staged*,*@next/*,*@lhci/*,*commitlint*,*cspell*,*rimraf*,*@payloadcms/*,*start-server-and-test*,*html-validate*,*critters*,*dotenv*,*turbo*" || true - name: 🔗 Lychee Link Check uses: lycheeverse/lychee-action@v2 + continue-on-error: true with: 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