We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74be539 commit f130683Copy full SHA for f130683
2 files changed
.github/workflows/ci.yml
@@ -25,10 +25,14 @@ jobs:
25
xcode-version: latest
26
27
- name: Install Brewfile dependencies
28
- run: brew bundle install
+ run: |
29
+ brew update --quiet
30
+ brew bundle install
31
32
- name: Run SwiftFormat in lint mode
- run: swiftformat --lint .
33
34
+ swiftformat --version
35
+ swiftformat --lint .
36
37
- name: Install package dependencies
38
run: swift package resolve
.swiftformat
@@ -2,7 +2,7 @@
2
--swiftversion 6.0
3
4
# SwiftFormat Version
5
---minversion 0.55.3
+--minversion 0.56.2
6
7
# Options
8
@@ -478,4 +478,4 @@
478
## Prefer constant values to be on the right-hand-side of expressions.
479
### Options:
480
### --yodaswap (default: always)
481
---rules yodaConditions
+--rules yodaConditions
0 commit comments