this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

adjust config validation

Alex Ottr ba8f513c 7ac3e496

+1 -1
+1 -1
internal/processor/validate.go
··· 10 10 "github.com/aottr/nox/internal/gitrepo" 11 11 ) 12 12 13 - func Validate(cfg *config.Config) error { 13 + func ValidateConfig(cfg *config.Config) error { 14 14 if cfg.AgeKeyPath == "" { 15 15 return fmt.Errorf("age key path is required") 16 16 }