Bläddra i källkod

chore: open lint check

dragooncjw 10 månader sedan
förälder
incheckning
13dcb211aa
1 ändrade filer med 2 tillägg och 2 borttagningar
  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)