Yuki Takei пре 4 година
родитељ
комит
1253e7fcc0
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      .github/workflows/ci.yml

+ 3 - 1
.github/workflows/ci.yml

@@ -54,7 +54,9 @@ jobs:
         yarn lerna run test:lint --scope @growi/plugin-pukiwiki-like-linker
     - name: lerna run test:lint for app
       run: |
-        yarn lerna run test:lint --scope @growi/app
+        yarn lerna run test:lint:styles --scope @growi/app
+        yarn lerna run test:lint:js --scope @growi/app
+        yarn lerna run test:lint:swagger2openapi --scope @growi/app
 
     - name: Slack Notification
       uses: weseek/ghaction-slack-notification@master