Commit a6ab1f8
fix(ci): indent eclexiaiser-validate heredoc into run block scalar
The python3 -c heredoc body in the eclexiaiser-validate step was
written flush-left (column 0), which terminated the `run: |` block
scalar and made the entire workflow fail to start with "Invalid
workflow file". Indent every line of the Python body (and the
closing `"`) by the block's 10-space base indent, preserving the
Python's own 4-space relative nesting. Pure whitespace change;
`yaml.safe_load` now parses the file cleanly.
https://claude.ai/code/session_013wg3Mtq2QFhYi4XVw1Z6z71 parent 4ec8927 commit a6ab1f8
1 file changed
Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments