jbrunton / gflows

A CLI tool that makes templating GitHub Workflows easy
MIT License
31 stars 3 forks source link

Refactor error handling #79

Closed jbrunton closed 4 years ago

jbrunton commented 4 years ago

Using this after container construction is particularly dangerous since the container likely doesn't exist:

container.Logger().ExitWithError(err)

Look into returning errors except at the highest level.

jbrunton commented 4 years ago

Done as part of #80