ci: allow format workflow to pass on dependabot PRs

This commit is contained in:
End Nightshade 2026-02-17 08:06:51 -07:00
parent bcf35b7765
commit 5a36deac19
No known key found for this signature in database

View file

@ -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"