Skip to content

Commit fb33fe9

Browse files
committed
Install swift-format
1 parent 320ad9e commit fb33fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Select Xcode 16.2
2121
run: sudo xcode-select -s /Applications/Xcode_16.2.app
2222
- name: Upgrade swift-format
23-
run: brew update && brew upgrade swift-format
23+
run: brew update && brew install swift-format
2424
- name: Format
2525
run: make format
2626
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)