Sfoglia il codice sorgente

ci: add ts type check

invalid w 1 anno fa
parent
commit
83fb63faa6
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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