]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: disable format-check on ci
authorEvan You <yyx990803@gmail.com>
Tue, 8 Nov 2022 06:31:45 +0000 (14:31 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 8 Nov 2022 06:31:45 +0000 (14:31 +0800)
this causes too many unintended fails on PR merges
the task should just be manually run periodically

.github/workflows/ci.yml

index 3581d1e20a5176f98a4cd467957ac14e3d098fb7..0272c0acaa8300b1f8f192af2ad7fb6e665f4593 100644 (file)
@@ -68,8 +68,8 @@ jobs:
       - name: Run eslint
         run: pnpm run lint
 
-      - name: Run prettier
-        run: pnpm run format-check
+      - name: Run prettier
+        run: pnpm run format-check
 
       - name: Run type declaration tests
         run: pnpm run test-dts