Explorar o código

ci: enforce format check

三咲智子 Kevin Deng %!s(int64=2) %!d(string=hai) anos
pai
achega
bd08f057fc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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