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 51
51
fetch-depth : 0
52
52
- name : Install Swiftlint
53
53
run : |
54
- brew install swiftlint@0.57.1
54
+ brew install swiftlint
55
55
- run : |
56
56
make lint
57
57
working-directory: Coder Desktop
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ LINTFLAGS :=
6
6
FMTFLAGS :=
7
7
endif
8
8
9
- PROJECT := Coder\ Desktop.xcodeproj
10
- SCHEME := Coder\ Desktop
9
+ PROJECT := " Coder Desktop.xcodeproj"
10
+ SCHEME := " Coder Desktop"
11
11
12
12
fmt :
13
13
swiftformat $(FMTFLAGS ) .
14
14
15
15
test :
16
- xcodebuild test \
16
+ xcodebuild clean test \
17
17
-project $(PROJECT ) \
18
18
-scheme $(SCHEME ) \
19
19
-testPlan $(SCHEME ) \
20
20
-skipPackagePluginValidation \
21
- CODE_SIGNING_REQUIRED=NO
21
+ CODE_SIGNING_REQUIRED=NO | xcpretty
22
22
23
23
lint :
24
24
swiftlint \
You can’t perform that action at this time.
0 commit comments