fix: web style workflow checkout error (#13929)

pull/13946/head
Joel 1 year ago committed by GitHub
parent 3460c1dfbd
commit a4b992c1ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save