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 5ba9d86 commit 5380880Copy full SHA for 5380880
.github/workflows/lint-format.yml
@@ -24,4 +24,4 @@ jobs:
24
uses: ./.github/actions/setup
25
26
- name: Lint & Format
27
- run: pnpm run '/^lint|format$/'
+ run: pnpm run '/^lint|format|typecheck$/'
.github/workflows/test.yml
@@ -49,8 +49,8 @@ jobs:
49
with:
50
node-version: ${{ matrix.node }}
51
52
- - name: Test & Typecheck
53
- run: pnpm run '/^test:all|typecheck$/'
+ - name: Test
+ run: pnpm test:all --coverage
54
55
- name: Submit coverage
56
uses: coverallsapp/github-action@master
0 commit comments