mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
9d50c83288
commit
bb6ed45832
|
@ -38,6 +38,7 @@ func (v *validate) Name() string {
|
|||
return "validate"
|
||||
}
|
||||
|
||||
// Validations to perform in the bundle validate command.
|
||||
func Validate() bundle.Mutator {
|
||||
return &validate{}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue