Skip to content

Commit 2bcc6e6

Browse files
authored
chore: add ts check in github action (#872)
1 parent 65002de commit 2bcc6e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: lint
6666
run: npm run lint
6767

68+
- name: ts check
69+
run: npm run tsc
70+
6871
needs: setup
6972

7073
compile:

0 commit comments

Comments
 (0)