feat: better yaml parsing and error handling (#1619)

This commit is contained in:
Pete Davison
2024-05-16 02:24:02 +01:00
committed by GitHub
parent 635e3f4e7d
commit 8d138a5eea
21 changed files with 299 additions and 77 deletions

View File

@@ -131,7 +131,8 @@ func run() error {
return err
}
if err := e.Setup(); err != nil {
err := e.Setup()
if err != nil {
return err
}