]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: run lint during ci
authorEvan You <yyx990803@gmail.com>
Tue, 10 May 2022 02:47:32 +0000 (10:47 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 10 May 2022 02:47:32 +0000 (10:47 +0800)
.github/workflows/ci.yml

index 0e02bfc6627d3e320e10f8e0418fc9af41cadef0..f4b51a822d311f446e50f0e969984525a2b8076a 100644 (file)
@@ -28,7 +28,7 @@ jobs:
       - name: Run unit tests
         run: pnpm run test
 
-  test-dts:
+  lint-and-test-dts:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
@@ -46,6 +46,9 @@ jobs:
 
       - run: pnpm install
 
+      - name: Run eslint
+        run: pnpm run lint
+
       - name: Run type declaration tests
         run: pnpm run test-dts