Skip to content

Commit 2d8ba66

Browse files
committed
Add test compile to github workflow
1 parent a7b6170 commit 2d8ba66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
run: npm run lint
2121
- name: Run prettier
2222
run: npm run prettier:ci
23+
- name: Test compile
24+
run: npx tsc --noEmit

0 commit comments

Comments
 (0)