Skip to content

Commit 65cd8ce

Browse files
vojtyrileylnapier
authored andcommitted
chore: run typecheck in pull requests
1 parent dbbc825 commit 65cd8ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
node-version: "14.X"
2222
- run: yarn
23+
- name: Typecheck
24+
run: yarn types
2325
- name: Test
2426
run: yarn test
2527
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)