Skip to content

Commit bdc1128

Browse files
committed
ci: run type-level tests
1 parent 762a38c commit bdc1128

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: git add packages/*/src && git diff-index --cached HEAD --exit-code packages/*/src
3030

3131
- name: Types
32-
run: pnpm check
32+
run: |
33+
pnpm check
34+
pnpm dtslint
3335
3436
- name: Lint
3537
run: |

0 commit comments

Comments
 (0)