diff --git a/.github/workflows/dev-chores.yml b/.github/workflows/dev-chores.yml index aa9eb646..bdf0b272 100644 --- a/.github/workflows/dev-chores.yml +++ b/.github/workflows/dev-chores.yml @@ -31,7 +31,7 @@ jobs: run: pnpm install - name: Run linter 👀 - run: pnpm format-write + run: pnpm format:write - name: Comment Suggestions 🗒️ uses: getsentry/action-git-diff-suggestions@main