File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ docker-container: &docker-container
8
8
steps :
9
9
- label : " checkstyle"
10
10
<< : *docker-container
11
- commands :
12
- - cp gradle.properties-example gradle.properties
13
- - ./gradlew checkstyle
11
+ command : |
12
+ cp gradle.properties-example gradle.properties
13
+ ./gradlew checkstyle
14
14
- label : " ktlint"
15
15
<< : *docker-container
16
- commands :
17
- - cp gradle.properties-example gradle.properties
18
- - ./gradlew ciktlint
16
+ command : |
17
+ cp gradle.properties-example gradle.properties
18
+ ./gradlew ciktlint
19
19
- label : " detekt"
20
20
<< : *docker-container
21
- commands :
22
- - cp gradle.properties-example gradle.properties
23
- - ./gradlew WordPress:detekt
21
+ command : |
22
+ cp gradle.properties-example gradle.properties
23
+ ./gradlew WordPress:detekt
24
24
- label : " lint"
25
25
<< : *docker-container
26
- commands :
27
- - cp gradle.properties-example gradle.properties
28
- - ./gradlew lintWordpressVanillaRelease
26
+ command : |
27
+ cp gradle.properties-example gradle.properties
28
+ ./gradlew lintWordpressVanillaRelease
You can’t perform that action at this time.
0 commit comments