From da08621dc60957be74aebf0ae1805463df052227 Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Mon, 12 Aug 2024 14:09:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20action=E4=B8=8D=E5=A4=84=E7=90=86format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server-lint.yml | 3 --- .github/workflows/web-lint.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/server-lint.yml b/.github/workflows/server-lint.yml index 8e1634a2..17cabfe3 100644 --- a/.github/workflows/server-lint.yml +++ b/.github/workflows/server-lint.yml @@ -37,6 +37,3 @@ jobs: - name: Lint run: cd server && npm run lint - - - name: Format - run: cd server && npm run format diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index ab1b576e..4af9aa2e 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -40,6 +40,3 @@ jobs: - name: Lint run: cd web && npm run lint - - - name: Format - run: cd web && npm run format