Skip to content

Commit c6f3a9f

Browse files
samfry13gmta
authored andcommitted
Add type check CI step
1 parent 8ca546a commit c6f3a9f

File tree

3 files changed

+191
-17
lines changed

3 files changed

+191
-17
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Test & Check Format
1+
name: Run Checks
22

33
on:
44
# Trigger the workflow every time a push is made to 'master'
@@ -24,5 +24,8 @@ jobs:
2424
- name: Test
2525
run: bun test
2626

27+
- name: Type Check
28+
run: bun check
29+
2730
- name: Format Check
2831
run: bun format:check

0 commit comments

Comments
 (0)