From d2fe47a93b1fd108f7c2566ed11eb2474fd6c72d Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 8 Nov 2022 14:31:45 +0800 Subject: [PATCH] ci: disable format-check on ci this causes too many unintended fails on PR merges the task should just be manually run periodically --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3581d1e20a5..0272c0acaa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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