improve typecheck setup

This commit is contained in:
itsMapleLeaf
2023-03-12 19:44:59 -05:00
parent 33841a0c84
commit 7ac1a9cdce
9 changed files with 19 additions and 43 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: lint
run: pnpm run lint
- name: typecheck
run: pnpm --recursive run typecheck
run: pnpm run typecheck
name: ${{ matrix.command.name }}
runs-on: ubuntu-latest
steps: