Browse Source

ci: add ts type check

invalid w 1 year ago
parent
commit
83fb63faa6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/node.js.yml

+ 3 - 0
.github/workflows/node.js.yml

@@ -32,5 +32,8 @@ jobs:
       - name: Install dependencies
         run: pnpm install
 
+      - name: Run type:check
+        run: pnpm run type:check
+
       - name: Build
         run: pnpm build