[WEB-5423] fix: typescript errors and add types check step to pull request workflow (#8110)

This commit is contained in:
Prateek Shourya 2025-11-14 16:18:36 +05:30 committed by GitHub
parent 4e357c4ad0
commit 19a0ef490b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 139 additions and 162 deletions

View file

@ -49,5 +49,8 @@ jobs:
- name: Check Affected format
run: pnpm turbo run check:format --affected
- name: Check Affected types
run: pnpm turbo run check:types --affected
- name: Build Affected
run: pnpm turbo run build --affected