Skip to content

Commit 5380880

Browse files
committed
Move typecheck to lint-format workflow
1 parent 5ba9d86 commit 5380880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: ./.github/actions/setup
2525

2626
- name: Lint & Format
27-
run: pnpm run '/^lint|format$/'
27+
run: pnpm run '/^lint|format|typecheck$/'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
with:
5050
node-version: ${{ matrix.node }}
5151

52-
- name: Test & Typecheck
53-
run: pnpm run '/^test:all|typecheck$/'
52+
- name: Test
53+
run: pnpm test:all --coverage
5454

5555
- name: Submit coverage
5656
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)