Skip to content

Commit 6094b7c

Browse files
committed
add frontend typecheck to gh actions
1 parent b83f676 commit 6094b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
working-directory: ./frontend
3939
run: npm run lint
4040

41+
- name: Run typecheck
42+
working-directory: ./frontend
43+
run: npm run typecheck
44+
4145
- name: Run unit tests
4246
working-directory: ./frontend
4347
run: npm run test:unit:run

0 commit comments

Comments
 (0)