package client import "github.com/zrepl/zrepl/config" func RunConfigcheck(conf *config.Config, args []string) error { // TODO: do the 'build' steps, e.g. build the jobs and see if that fails return nil }