fix(web): re-add FileDTO import; run svelte-check in CI

This commit is contained in:
2026-09-13 16:19:41 +02:00
parent 7653409473
commit 0d597edfee
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -34,6 +34,9 @@ jobs:
- name: Shared tests
run: pnpm --filter @cryptgeon/shared test
- name: Frontend type check
run: pnpm --filter @cryptgeon/web check
- name: Run your tests
run: pnpm test