fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3389 from hey-api/test/ci-typecheck

test: split typecheck step into two

authored by

Lubos and committed by
GitHub
23b15744 d0d0c0f5

+4 -1
+4 -1
.github/workflows/ci.yml
··· 81 81 run: pnpm turbo run lint 82 82 83 83 - name: Run type check 84 - run: pnpm typecheck 84 + run: pnpm ty "!@test/openapi-ts" 85 + 86 + - name: Run type check (heavy tests) 87 + run: pnpm ty "@test/openapi-ts" 85 88 86 89 - name: Run tests 87 90 run: pnpm test