We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef89dbd commit 3a63583Copy full SHA for 3a63583
.github/workflows/test.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
node-version: "14.X"
22
- run: yarn
23
+ - name: Typecheck
24
+ run: yarn types
25
- name: Test
26
run: yarn test
27
- uses: codecov/codecov-action@v1
0 commit comments