We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb817d commit 3059e9cCopy full SHA for 3059e9c
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