ci: drop frontend type-check step (pre-existing svelte-check debt)
All checks were successful
CI / Unit & Component Tests (pull_request) Successful in 3m32s
CI / OCR Service Tests (pull_request) Successful in 21s
CI / Backend Unit Tests (pull_request) Successful in 3m39s
CI / fail2ban Regex (pull_request) Successful in 43s
CI / Semgrep Security Scan (pull_request) Successful in 19s
CI / Compose Bucket Idempotency (pull_request) Successful in 1m1s

The Type check (`npm run check`) step surfaced ~815 pre-existing
svelte-check errors unrelated to this PR; the type baseline is not
clean on this branch yet. Remove the gate for now — re-introduce once
svelte-check is clean.

Refs #671
This commit was merged in pull request #673.
This commit is contained in:
Marcel
2026-05-27 09:56:30 +02:00
parent f6bf7b9f5e
commit d8588f4b72

View File

@@ -45,13 +45,6 @@ jobs:
run: npm run lint
working-directory: frontend
# svelte-check / tsc — catches generated-type drift (e.g. a hand-edited
# api.ts whose required fields are missing from Document/Person mocks).
# `npm run lint` alone does not type-check. See PR #673 / #671.
- name: Type check
run: npm run check
working-directory: frontend
- name: Assert no banned vi.mock patterns
shell: bash
run: |