File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 29
29
- checkout
30
30
- run : git submodule update --init
31
31
- run : tools/check_format.sh
32
- swiftlint :
33
- docker :
34
- - image : norionomura/swiftlint:0.33.0_swift-5.0
35
- steps :
36
- - checkout
37
- - run : swiftlint lint --strict
38
32
39
33
workflows :
40
34
version : 2
@@ -45,4 +39,3 @@ workflows:
45
39
tags :
46
40
only : /^v.*/
47
41
- format
48
- - swiftlint
Original file line number Diff line number Diff line change
1
+ resources :
2
+ containers :
3
+ - container : swiftlint-container
4
+ image : norionomura/swiftlint:0.33.0_swift-5.0
5
+
1
6
trigger :
2
7
- master
3
8
4
9
jobs :
10
+ - job : ios_swift_lint
11
+ timeoutInMinutes : 360
12
+ pool :
13
+ vmImage : ' Ubuntu 16.04'
14
+ container : swiftlint-container
15
+ steps :
16
+ - checkout : self
17
+ submodules : true
18
+ - script : swiftlint lint --strict
19
+ displayName : ' Run SwiftLint'
5
20
- job : iOS_dist
6
21
timeoutInMinutes : 360
7
22
pool :
You can’t perform that action at this time.
0 commit comments