From: Evan You Date: Tue, 8 Nov 2022 06:31:45 +0000 (+0800) Subject: ci: disable format-check on ci X-Git-Tag: v3.2.42~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3916db82d8ee0fe87eda665e7ffe68d023cdf2d;p=thirdparty%2Fvuejs%2Fcore.git ci: disable format-check on ci this causes too many unintended fails on PR merges the task should just be manually run periodically --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3581d1e20a..0272c0acaa 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