Skip to content

Commit 07afe76

Browse files
Integrate type checking into test workflow
1 parent 8cb4bb0 commit 07afe76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Install Node Dependencies
4747
run: npm ci
4848

49+
- name: Validate typescript
50+
run: npm run type:check
51+
4952
- name: Build Assets
5053
run: npm run build
5154

0 commit comments

Comments
 (0)