Skip to content

Commit

Permalink
Merge pull request #2 from gonzalonunez/gn--fix-format-job
Browse files Browse the repository at this point in the history
Tweak format workflow
  • Loading branch information
gonzalonunez authored Mar 2, 2023
2 parents b2cbfd9 + 84116f0 commit 0d68315
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ jobs:
- name: Install
run: brew install swift-format
- name: Format
run: swift format \
--configuration .swift-format.json \
--ignore-unparsable-files \
--in-place \
--recursive \
Package.swift ./Sources ./Plugins ./Tests
run: swift format --configuration .swift-format.json --ignore-unparsable-files --in-place --recursive Package.swift ./Sources ./Plugins ./Tests
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Run swift-format
Expand Down

0 comments on commit 0d68315

Please sign in to comment.