-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit 7223866
Add blank lines to visually group shell command lines
The `run` keys of the steps in the GitHub Actions workflows contain complex shell command lines.
The readability of this code is improved by selectively adding blank lines to separate it visually into logical
groupings.1 parent c5f6f07 commit 7223866
File tree
2 files changed
+14
-0
lines changed- .github/workflows
2 files changed
+14
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | + | ||
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
78 | + | ||
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
83 | + | ||
81 | 84 |
| |
82 | 85 |
| |
83 | 86 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 | + | ||
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
| |||
125 | 126 |
| |
126 | 127 |
| |
127 | 128 |
| |
129 | + | ||
128 | 130 |
| |
129 | 131 |
| |
130 | 132 |
| |
133 | + | ||
131 | 134 |
| |
132 | 135 |
| |
136 | + | ||
133 | 137 |
| |
134 | 138 |
| |
135 | 139 |
| |
140 | + | ||
136 | 141 |
| |
137 | 142 |
| |
138 | 143 |
| |
139 | 144 |
| |
140 | 145 |
| |
141 | 146 |
| |
142 | 147 |
| |
148 | + | ||
143 | 149 |
| |
144 | 150 |
| |
145 | 151 |
| |
| |||
155 | 161 |
| |
156 | 162 |
| |
157 | 163 |
| |
164 | + | ||
158 | 165 |
| |
159 | 166 |
| |
160 | 167 |
| |
| |||
197 | 204 |
| |
198 | 205 |
| |
199 | 206 |
| |
207 | + | ||
200 | 208 |
| |
201 | 209 |
| |
202 | 210 |
| |
| |||
237 | 245 |
| |
238 | 246 |
| |
239 | 247 |
| |
248 | + | ||
240 | 249 |
| |
241 | 250 |
| |
242 | 251 |
| |
252 | + | ||
243 | 253 |
| |
244 | 254 |
| |
245 | 255 |
| |
256 | + | ||
246 | 257 |
| |
247 | 258 |
| |
248 | 259 |
| |
|
0 commit comments