From 9b9e482e9967419e3e32193bbfa18b23b8b02d9a Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:21:39 +0800 Subject: [PATCH] try --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 0acdf35076..158180fd53 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -94,7 +94,7 @@ jobs: - name: Web style check if: steps.changed-files.outputs.any_changed == 'true' working-directory: ./web - run: vp run lint:ci --cache + run: vp run lint:ci - name: Web tsslint if: steps.changed-files.outputs.any_changed == 'true'