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 63b2ac8 commit ba9f002Copy full SHA for ba9f002
1 file changed
.github/workflows/ci.yml
@@ -24,8 +24,7 @@ jobs:
24
cache: pnpm
25
- run: pnpm install
26
- run: pnpm lint
27
- # TODO
28
- # - run: pnpm tsc
+ - run: pnpm tsc
29
30
build:
31
runs-on: ubuntu-latest
@@ -48,6 +47,4 @@ jobs:
48
47
49
50
- run: pnpm tsc
51
- # TODO: keep running tests even while I'm working on type errors
52
- continue-on-error: true
53
- run: pnpm test
0 commit comments