mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 19:45:10 +00:00
ci: allow format workflow to pass on dependabot PRs
This commit is contained in:
parent
bcf35b7765
commit
5a36deac19
1 changed files with 1 additions and 0 deletions
1
.github/workflows/format.yml
vendored
1
.github/workflows/format.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue