ci: svelte strict check runs after typecheck QC, not before
CI / Frontend deps check (push) Successful in 28s
CI / Go build (push) Successful in 36s
CI / Go vulnerabilities (push) Successful in 37s
CI / go mod tidy (push) Failing after 12s
CI / Knip (push) Failing after 35s
CI / Frontend build (push) Successful in 1m15s
CI / Svelte strict check (push) Has been skipped
CI / Frontend QC (audit) (push) Has been skipped
CI / Frontend QC (typecheck) (push) Has been skipped
CI / Frontend QC (lint) (push) Has been skipped
CI / Go vet (push) Successful in 58s
CI / golangci-lint (push) Failing after 1m14s
CI / Tests (prod) (push) Has been skipped
CI / Tests (dev) (push) Has been skipped
CI / Race (prod) (push) Has been skipped
CI / Race (dev) (push) Has been skipped
CI / Frontend deps check (push) Successful in 28s
CI / Go build (push) Successful in 36s
CI / Go vulnerabilities (push) Successful in 37s
CI / go mod tidy (push) Failing after 12s
CI / Knip (push) Failing after 35s
CI / Frontend build (push) Successful in 1m15s
CI / Svelte strict check (push) Has been skipped
CI / Frontend QC (audit) (push) Has been skipped
CI / Frontend QC (typecheck) (push) Has been skipped
CI / Frontend QC (lint) (push) Has been skipped
CI / Go vet (push) Successful in 58s
CI / golangci-lint (push) Failing after 1m14s
CI / Tests (prod) (push) Has been skipped
CI / Tests (dev) (push) Has been skipped
CI / Race (prod) (push) Has been skipped
CI / Race (dev) (push) Has been skipped
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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user