This commit is contained in:
Stephen Zhou 2026-03-24 09:21:39 +08:00
parent b7e247f66b
commit 9b9e482e99
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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'