Skip to content

Commit bc50fb8

Browse files
authored
Add TypeScript type checking step to CI workflow for improved type safety. (#361)
1 parent 4ad9d2e commit bc50fb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install Dependencies
2222
run: npm ci
2323

24+
- name: Check TypeScript Types
25+
run: npx turbo check-types
26+
2427
# TODO: Add future linting, testing, style checks, etc.
2528
# name: Lint
2629
# run: npm run lint

0 commit comments

Comments
 (0)