Update and rename pr-chores.yml to dev-chores.yml
This commit is contained in:
parent
0be215f59c
commit
1bcc011d6c
1 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: PR Chores
|
name: Developer Chores
|
||||||
|
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
|
@ -31,7 +31,9 @@ jobs:
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Run linter 👀
|
- name: Run linter 👀
|
||||||
uses: wearerequired/lint-action@v2
|
run: pnpm format-write
|
||||||
|
|
||||||
|
- name: Comment Suggestions 🗒️
|
||||||
|
uses: getsentry/action-git-diff-suggestions@main
|
||||||
with:
|
with:
|
||||||
prettier: true
|
message: Prettier Suggestion
|
||||||
prettier_args: "'src/**/*.{js,json,ts,css,vue,less}'"
|
|
Loading…
Add table
Add a link
Reference in a new issue