Skip to content

Commit 814139c

Browse files
committed
ci: add type check
1 parent d69b38a commit 814139c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ jobs:
4141
- name: Install dependencies
4242
run: nci
4343

44+
- name: Type Check
45+
run: nr typecheck
46+
4447
- name: Test
4548
run: nr test

0 commit comments

Comments
 (0)