This commit is contained in:
MartinBraquet
2026-02-20 19:00:50 +01:00
parent b7ab669adc
commit 3a1273dfac

View File

@@ -28,6 +28,9 @@ jobs:
- name: Lint
run: yarn lint
- name: Build dependencies (for type check)
run: ./scripts/build_api.sh
- name: Type check
run: yarn typecheck