From 58f1f16a7ce72c12d6547632986ceb3f5b2058f7 Mon Sep 17 00:00:00 2001 From: rbetree Date: Sat, 17 Jan 2026 22:24:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ci):=20=E5=8E=BB=E9=99=A4ci=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E7=9A=84prettier=E6=A0=BC=E5=BC=8F=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b3a4b2..257ae0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Format check (changed files) - run: npm run format:check:changed - - name: Lint run: npm run lint