Răsfoiți Sursa

chore: open lint check

dragooncjw 10 luni în urmă
părinte
comite
13dcb211aa
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -28,8 +28,8 @@ jobs:
         run: node common/scripts/install-run-rush.js install
       - name: Rush build
         run: node common/scripts/install-run-rush.js build
-      # - name: Check Lint
-      #   run: node common/scripts/install-run-rush.js lint
+      - name: Check Lint
+        run: node common/scripts/install-run-rush.js lint --verbose
       - name: Check TS
         run: node common/scripts/install-run-rush.js ts-check
       - name: Test (coverage)