Skip to content

Commit 2719946

Browse files
petergoesrichadr
authored andcommitted
chore: add typecheck in ci
1 parent 456182b commit 2719946

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Lint
6161
run: pnpm run --if-present lint
6262

63+
- name: Typecheck
64+
run: pnpm run --if-present typecheck
65+
6366
build:
6467
runs-on: ubuntu-latest
6568
needs: install

0 commit comments

Comments
 (0)