We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1a30c commit 0e06082Copy full SHA for 0e06082
.github/workflows/workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
run: yarn lint
25
26
- name: Typing
27
- run: yarn typescript
+ run: yarn typecheck
28
29
- name: Testing
30
run: yarn test --coverage
0 commit comments