Browse Source

ci: add ts type check

invalid w 1 năm trước cách đây
mục cha
commit
83fb63faa6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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