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.
2 parents a81f280 + 566ddaa commit a7fe85dCopy full SHA for a7fe85d
.github/workflows/pr-check.yml
@@ -41,4 +41,8 @@ jobs:
41
42
- name: Install dependencies
43
run: pnpm install
44
+
45
+ - name: Type check all packages
46
+ run: pnpm type-check
47
48
0 commit comments