Skip to content

Commit

Permalink
[ci skip] update format ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-u committed Aug 19, 2024
1 parent d1fb36a commit 4711038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
run: brew install swiftformat
- name: Run SwiftFormat
run: swiftformat --verbose .
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: peter-evans/create-pull-request@v6
with:
commit_message: Run SwiftFormat
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commit-message: Run SwiftFormat
delete-branch: true
title: Run SwiftFormat
reviewers: ski-u

0 comments on commit 4711038

Please sign in to comment.