From 1bcc011d6cded7585b66d27e7c5a445d93187720 Mon Sep 17 00:00:00 2001 From: Core Date: Tue, 18 Oct 2022 01:35:17 +0100 Subject: [PATCH] Update and rename pr-chores.yml to dev-chores.yml --- .github/workflows/{pr-chores.yml => dev-chores.yml} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename .github/workflows/{pr-chores.yml => dev-chores.yml} (75%) diff --git a/.github/workflows/pr-chores.yml b/.github/workflows/dev-chores.yml similarity index 75% rename from .github/workflows/pr-chores.yml rename to .github/workflows/dev-chores.yml index 66e14ae9..aa9eb646 100644 --- a/.github/workflows/pr-chores.yml +++ b/.github/workflows/dev-chores.yml @@ -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