Răsfoiți Sursa

fix yml syntax

Yuki Takei 3 ani în urmă
părinte
comite
12785af81d
1 a modificat fișierele cu 1 adăugiri și 6 ștergeri
  1. 1 6
      .github/workflows/ci-app.yml

+ 1 - 6
.github/workflows/ci-app.yml

@@ -58,12 +58,7 @@ jobs:
           yarn lerna run lint --scope @growi/remark-growi-plugin --scope @growi/plugin-*
           yarn lerna run lint --scope @growi/remark-growi-plugin --scope @growi/plugin-*
       - name: lerna run lint for app
       - name: lerna run lint for app
         run: |
         run: |
-          yarn lerna run lint \
-            --scope @growi/app \
-            --scope @growi/codemirror-textlint \
-            --scope @growi/core \
-            --scope @growi/slack
-            --scope @growi/ui
+          yarn lerna run lint --scope @growi/app --scope @growi/codemirror-textlint --scope @growi/core --scope @growi/slack --scope @growi/ui
 
 
       - name: Slack Notification
       - name: Slack Notification
         uses: weseek/ghaction-slack-notification@master
         uses: weseek/ghaction-slack-notification@master