From b26bf14419d001a69e48d5578287b62f37d63524 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 9 Jul 2026 18:05:20 +0100 Subject: [PATCH] ci: svelte strict check runs after typecheck QC, not before frontend-svelte-strict now needs frontend-qc. QC gates on build+knip. Strict runs after QC completes. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 730a6a9..16a5b66 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -493,7 +493,7 @@ jobs: frontend-svelte-strict: name: Svelte strict check - needs: [frontend-build] + needs: [frontend-qc] runs-on: ubuntu-latest defaults: run: @@ -527,7 +527,7 @@ jobs: frontend-qc: name: Frontend QC (${{ matrix.task }}) - needs: [frontend-build, knip, frontend-svelte-strict] + needs: [frontend-build, knip] runs-on: ubuntu-latest defaults: run: