From c4e8b8e4668977dd853146d1ad6b314377a23d1f Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Fri, 17 May 2024 11:07:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server-lint.yml | 2 +- .github/workflows/web-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-lint.yml b/.github/workflows/server-lint.yml index 3abae653..dec0c544 100644 --- a/.github/workflows/server-lint.yml +++ b/.github/workflows/server-lint.yml @@ -31,4 +31,4 @@ jobs: run: cd server && npm install - name: Lint - run: npm run lint + run: cd server && npm run lint diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index 5eaf08ca..f0963789 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -31,4 +31,4 @@ jobs: run: cd web && npm install - name: Lint - run: npm run lint + run: cd web && npm run lint