Browse Source

ci: enforce format check

三咲智子 Kevin Deng 2 years ago
parent
commit
bd08f057fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -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