Skip to content

Commit 06960d1

Browse files
Ci: run type-checking for frontend
1 parent 4c8c19c commit 06960d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Bun lint
6363
run: bun --cwd ./core/frontend lint
6464

65+
- name: Bun type-check
66+
run: bun --cwd ./core/frontend type-check
67+
6568
- name: Bun build
6669
run: bun run --cwd ./core/frontend build
6770

0 commit comments

Comments
 (0)