Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros authored Mar 27, 2024
1 parent 6fc4463 commit 9b02255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Format project
on: [workflow_dispatch]
env:
SWIFT-FORMAT-VERSION: "0.53.5"
swiftFormatVersion: "0.53.5"
jobs:
Update:
runs-on: macos-12
Expand All @@ -20,7 +20,7 @@ jobs:

- name: Format project
run: |
brew install swiftformat@$SWIFT-FORMAT-VERSION
brew install swiftformat@$swiftFormatVersion
swiftformat .
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 9b02255

Please sign in to comment.