Explorar o código

Show eslint version

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
1e1d1349c5
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      .github/workflows/ci-slackbot-proxy.yml

+ 8 - 0
.github/workflows/ci-slackbot-proxy.yml

@@ -63,6 +63,14 @@ jobs:
         yarn global add turbo
         yarn global add turbo
         yarn --frozen-lockfile
         yarn --frozen-lockfile
 
 
+    - name: Show eslint version (./)
+      run: |
+        yarn eslint -v
+    - name: Show eslint version (./apps/slackbot-proxy)
+      working-directory: ./apps/slackbot-proxy
+      run: |
+        yarn eslint -v
+
     - name: Lint
     - name: Lint
       run: |
       run: |
         turbo run lint --filter=@growi/slackbot-proxy
         turbo run lint --filter=@growi/slackbot-proxy