go-debos / debos

Debian OS builder
Apache License 2.0
533 stars 136 forks source link

Don't ignore YAML parsing errors #496

Closed fooishbar closed 3 months ago

fooishbar commented 4 months ago

When we're unpacking individual actions, pass YAML parsing errors up to the caller instead of silently ignoring them.

Also add a test that checks that debos more obviously errors out when you do what I tried to do.