]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: enforce format check
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Mon, 14 Aug 2023 11:43:55 +0000 (19:43 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Mon, 14 Aug 2023 11:43:55 +0000 (19:43 +0800)
.github/workflows/ci.yml

index c52bbc0697044b47f037656acc296b4fa744976c..232c69b3b752cf25715637ae84b8f2952bb67f14 100644 (file)
@@ -109,8 +109,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