We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5d90d commit 4936deaCopy full SHA for 4936dea
.github/workflows/test.yml
@@ -27,13 +27,10 @@ jobs:
27
install-command: install --immutable --silent
28
29
- name: Check types
30
- uses: borales/actions-yarn@v2.3.0
31
run: typecheck
32
33
- name: Build
34
35
run: build
36
37
- name: Jest run
38
39
run: test
0 commit comments