ci: frontend major deps always exits 0 (informational only)
CI / Frontend major deps (push) Successful in 27s
CI / Env docs check (push) Successful in 27s
CI / Frontend deps check (push) Successful in 29s
CI / Docker compose check (push) Successful in 29s
CI / Nginx config check (push) Successful in 34s
CI / Go build (push) Successful in 35s
CI / Frontend build (push) Successful in 45s
CI / Secrets scan (push) Successful in 46s
CI / Knip (push) Successful in 42s
CI / Frontend a11y check (push) Successful in 1m44s
CI / Go vet (prod) (push) Successful in 1m52s
CI / Go vet (dev) (push) Successful in 1m59s
CI / go mod tidy (push) Successful in 33s
CI / Frontend QC (audit) (push) Successful in 1m22s
CI / Go vulnerabilities (push) Successful in 1m34s
CI / Staticcheck (prod) (push) Successful in 3m18s
CI / Staticcheck (dev) (push) Successful in 3m28s
CI / golangci-lint (push) Successful in 3m34s
CI / Frontend QC (typecheck) (push) Successful in 2m36s
CI / Frontend QC (lint) (push) Successful in 1m32s
CI / Security scan (dev) (push) Successful in 4m43s
CI / Security scan (prod) (push) Successful in 4m13s
CI / Svelte strict check (push) Successful in 1m8s
CI / Tests (prod) (push) Successful in 3m16s
CI / Tests (dev) (push) Successful in 3m29s
CI / Race (prod) (push) Successful in 7m0s
CI / Race (dev) (push) Successful in 7m16s

This commit is contained in:
2026-07-11 11:48:20 +01:00
parent 0b5a6d23ce
commit d412dc3cc4
+1 -1
View File
@@ -715,7 +715,7 @@ jobs:
// TODO: vite 8 + svelte-vite 7 now install clean via npm ci. // TODO: vite 8 + svelte-vite 7 now install clean via npm ci.
// Remove --legacy-peer-deps from local npm install workflow once // Remove --legacy-peer-deps from local npm install workflow once
// @sveltejs/vite-plugin-svelte-inspector catches up. // @sveltejs/vite-plugin-svelte-inspector catches up.
process.exit(1); process.exit(0);
} else { } else {
console.log('All dependencies within semver range, no major updates'); console.log('All dependencies within semver range, no major updates');
process.exit(0); process.exit(0);