We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da7345 commit b060eabCopy full SHA for b060eab
1 file changed
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ jobs:
20
- name: Install dependencies
21
run: bun install --frozen-lockfile
22
23
+ - name: Type check
24
+ run: bunx tsc --noEmit
25
+
26
- name: Test
27
run: bun test
28
0 commit comments