We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69b38a commit 814139cCopy full SHA for 814139c
.github/workflows/ci.yml
@@ -41,5 +41,8 @@ jobs:
41
- name: Install dependencies
42
run: nci
43
44
+ - name: Type Check
45
+ run: nr typecheck
46
+
47
- name: Test
48
run: nr test
0 commit comments