Skip to content

Commit 3258fef

Browse files
committed
Add yarn lint typecheck to the github workflow
1 parent b0470d2 commit 3258fef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Run lint
4747
run: yarn lint
4848

49+
- name: Run typecheck
50+
run: yarn typecheck
51+
4952
test:
5053
needs: [setup, install]
5154
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)