Commit 5918173
committed
fix(ci): correct YAML indentation in dogfood-gate eclexiaiser step (startup failure)
dogfood-gate.yml startup-failed (Invalid workflow file: line 261) because the
'python3 -c' heredoc in the eclexiaiser-validate step was written flush-left,
terminating the 'run: |' block scalar. Indent the heredoc body into the block so the
YAML parses. THIS was the actual root cause of the gate's 0-job startup failure (the
earlier validate-action repin in da78219 was unrelated SHA-hygiene).
NOTE: this step uses Python (tomllib), which the estate language policy BANS — it is
inherited from rsr-template-repo's dogfood-gate template. Flagged for an upstream
de-Python fix (the dogfooding gate should follow the estate's own policy).
https://claude.ai/code/session_013wg3Mtq2QFhYi4XVw1Z6z71 parent cef9a07 commit 5918173
1 file changed
Lines changed: 23 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
260 | 262 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
281 | 283 | | |
282 | 284 | | |
283 | 285 | | |
| |||
0 commit comments