We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad9d2e commit bc50fb8Copy full SHA for bc50fb8
1 file changed
.github/workflows/ci.yaml
@@ -21,6 +21,9 @@ jobs:
21
- name: Install Dependencies
22
run: npm ci
23
24
+ - name: Check TypeScript Types
25
+ run: npx turbo check-types
26
+
27
# TODO: Add future linting, testing, style checks, etc.
28
# name: Lint
29
# run: npm run lint
0 commit comments