Skip to content

Commit 5012917

Browse files
committed
ci: run typecheck on CI
1 parent fb623b9 commit 5012917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Run Linter
2626
run: npm run lint
2727

28+
- name: Run Typecheck
29+
run: npm run typecheck
30+
2831
- name: Build Project
2932
run: npm run build

0 commit comments

Comments
 (0)