Merge pull request #18 from cure/add-actions
Add a basic CI workflow with github actions
This commit is contained in:
commit
8198d2f8ed
3 changed files with 45 additions and 2 deletions
|
@ -50,7 +50,7 @@ func loadConfig(path string) error {
|
|||
|
||||
err := viper.ReadInConfig()
|
||||
if err != nil {
|
||||
return errors.New(fmt.Sprintf("Fatal error reading config file: %s \n", err))
|
||||
return fmt.Errorf("Fatal error reading config file: %s \n", err)
|
||||
}
|
||||
|
||||
// Collect any validation errors and return them all at once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue