Skip to content

Commit 4acc225

Browse files
committed
Bump swift-format
1 parent d673829 commit 4acc225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Select Xcode 16.2
2121
run: sudo xcode-select -s /Applications/Xcode_16.2.app
22+
- name: Upgrade swift-format
23+
run: brew update && brew upgrade swift-format
2224
- name: Format
2325
run: make format
2426
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)