Import normalizer: offline tool to normalize the raw archive spreadsheets #663

Merged
marcel merged 172 commits from docs/import-migration into main 2026-05-28 15:05:51 +02:00
Showing only changes of commit b959e312b1 - Show all commits

View File

@@ -45,6 +45,13 @@ 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: |