From a4b992c1ab997961f037cc78dada766120c874bb Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 18 Feb 2025 18:18:20 +0800 Subject: [PATCH] fix: web style workflow checkout error (#13929) --- .github/workflows/style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index c795db9569..34862b23e6 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -88,11 +88,11 @@ jobs: - name: Web dependencies if: steps.changed-files.outputs.any_changed == 'true' - run: pnpm install --frozen-lockfile + run: pnpm install - name: Web style check if: steps.changed-files.outputs.any_changed == 'true' - run: yarn run lint + run: pnpm run lint docker-compose-template: name: Docker Compose Template