add type check

This commit is contained in:
Hayden 2023-02-17 20:56:06 -09:00
parent c5bf81dac6
commit 3ba2858b04
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -24,6 +24,11 @@ jobs:
- name: Run Lint
run: pnpm run lint:ci
working-directory: frontend
- name: Run Typecheck
run: pnpm run typecheck
working-directory: frontend
integration-tests:
name: Integration Tests
runs-on: ubuntu-latest