File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
agents :
8
8
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
9
9
10
+ - label : " :bash: shfmt"
11
+ key : fmt
12
+ command : shfmt --binary-next-line --indent 2 --list .
13
+ agents :
14
+ queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
15
+
10
16
- id : " fixperms-tests"
11
17
name : " :go: fixperms tests"
12
18
agents :
36
42
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
37
43
command : .buildkite/steps/deploy-service-role-stack.sh
38
44
depends_on :
45
+ - " fmt"
39
46
- " lint"
40
47
- " fixperms-tests"
41
48
- " fixperms-build"
48
55
agents :
49
56
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
50
57
depends_on :
58
+ - " fmt"
51
59
- " lint"
52
60
- " fixperms-tests"
53
61
- " fixperms-build"
@@ -92,6 +100,7 @@ steps:
92
100
agents :
93
101
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
94
102
depends_on :
103
+ - " fmt"
95
104
- " lint"
96
105
- " fixperms-tests"
97
106
- " fixperms-build"
@@ -135,6 +144,7 @@ steps:
135
144
agents :
136
145
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
137
146
depends_on :
147
+ - " fmt"
138
148
- " lint"
139
149
- " fixperms-tests"
140
150
- " fixperms-build"
You can’t perform that action at this time.
0 commit comments