Skip to content

Commit ba9f002

Browse files
committed
enable type checking on ci
1 parent 63b2ac8 commit ba9f002

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
cache: pnpm
2525
- run: pnpm install
2626
- run: pnpm lint
27-
# TODO
28-
# - run: pnpm tsc
27+
- run: pnpm tsc
2928

3029
build:
3130
runs-on: ubuntu-latest
@@ -48,6 +47,4 @@ jobs:
4847
cache: pnpm
4948
- run: pnpm install
5049
- run: pnpm tsc
51-
# TODO: keep running tests even while I'm working on type errors
52-
continue-on-error: true
5350
- run: pnpm test

0 commit comments

Comments
 (0)