Skip to content

Commit 5a36dea

Browse files
committed
ci: allow format workflow to pass on dependabot PRs
1 parent bcf35b7 commit 5a36dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: pnpm format
5555

5656
- name: Commit formatting fixes
57+
continue-on-error: true
5758
uses: stefanzweifel/git-auto-commit-action@v7
5859
with:
5960
commit_message: "style: auto-format with prettier"

0 commit comments

Comments
 (0)