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'