We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d673829 commit 4acc225Copy full SHA for 4acc225
.github/workflows/format.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Select Xcode 16.2
21
run: sudo xcode-select -s /Applications/Xcode_16.2.app
22
+ - name: Upgrade swift-format
23
+ run: brew update && brew upgrade swift-format
24
- name: Format
25
run: make format
26
- uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments