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,5 +1,5 @@
|
|||
name: PR Chores
|
||||
|
||||
name: Developer Chores
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
|
@ -31,7 +31,9 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Run linter 👀
|
||||
uses: wearerequired/lint-action@v2
|
||||
run: pnpm format-write
|
||||
|
||||
- name: Comment Suggestions 🗒️
|
||||
uses: getsentry/action-git-diff-suggestions@main
|
||||
with:
|
||||
prettier: true
|
||||
prettier_args: "'src/**/*.{js,json,ts,css,vue,less}'"
|
||||
message: Prettier Suggestion
|
Loading…
Add table
Add a link
Reference in a new issue