File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 fetch-depth : 0
5252 - name : Install Swiftlint
5353 run : |
54- brew install swiftlint@0.57.1
54+ brew install swiftlint
5555 - run : |
5656 make lint
5757 working-directory: Coder Desktop
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ LINTFLAGS :=
66FMTFLAGS :=
77endif
88
9- PROJECT := Coder\ Desktop.xcodeproj
10- SCHEME := Coder\ Desktop
9+ PROJECT := " Coder Desktop.xcodeproj"
10+ SCHEME := " Coder Desktop"
1111
1212fmt :
1313 swiftformat $(FMTFLAGS ) .
1414
1515test :
16- xcodebuild test \
16+ xcodebuild clean test \
1717 -project $(PROJECT ) \
1818 -scheme $(SCHEME ) \
1919 -testPlan $(SCHEME ) \
2020 -skipPackagePluginValidation \
21- CODE_SIGNING_REQUIRED=NO
21+ CODE_SIGNING_REQUIRED=NO | xcpretty
2222
2323lint :
2424 swiftlint \
You can’t perform that action at this time.
0 commit comments