From 5a36deac195bdd9f9137f77eaedb6d5ed1db03e1 Mon Sep 17 00:00:00 2001 From: End Nightshade Date: Tue, 17 Feb 2026 08:06:51 -0700 Subject: [PATCH] ci: allow format workflow to pass on dependabot PRs --- .github/workflows/format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ee4e202..94461cf 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -54,6 +54,7 @@ jobs: run: pnpm format - name: Commit formatting fixes + continue-on-error: true uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "style: auto-format with prettier"