Fix
[ci skip]
This commit is contained in:
parent
793c65ac31
commit
573e346acf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-chores.yml
vendored
4
.github/workflows/pr-chores.yml
vendored
|
@ -29,9 +29,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies 👨🏻💻
|
- name: Install dependencies 👨🏻💻
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Run linter 👀
|
- name: Run linter 👀
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
prettier: true
|
prettier: true
|
||||||
prettier_args: "'**/*.{js,json,ts,css,vue,less}'"
|
prettier_args: "'src/**/*.{js,json,ts,css,vue,less}'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue