File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,14 @@ jobs:
25
25
xcode-version : latest
26
26
27
27
- name : Install Brewfile dependencies
28
- run : brew bundle install
28
+ run : |
29
+ brew update --quiet
30
+ brew bundle install
29
31
30
32
- name : Run SwiftFormat in lint mode
31
- run : swiftformat --lint .
33
+ run : |
34
+ swiftformat --version
35
+ swiftformat --lint .
32
36
33
37
- name : Install package dependencies
34
38
run : swift package resolve
Original file line number Diff line number Diff line change 2
2
--swiftversion 6.0
3
3
4
4
# SwiftFormat Version
5
- --minversion 0.55.3
5
+ --minversion 0.56.2
6
6
7
7
# Options
8
8
478
478
## Prefer constant values to be on the right-hand-side of expressions.
479
479
### Options:
480
480
### --yodaswap (default: always)
481
- --rules yodaConditions
481
+ --rules yodaConditions
You can’t perform that action at this time.
0 commit comments