dragooncjw 10 месяцев назад
Родитель
Сommit
13dcb211aa
1 измененных файлов с 2 добавлено и 2 удалено
  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)