We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320ad9e commit fb33fe9Copy full SHA for fb33fe9
.github/workflows/format.yml
@@ -20,7 +20,7 @@ jobs:
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
+ run: brew update && brew install swift-format
24
- name: Format
25
run: make format
26
- uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments