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"
|
return "validate"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Validations to perform in the bundle validate command.
|
||||||
func Validate() bundle.Mutator {
|
func Validate() bundle.Mutator {
|
||||||
return &validate{}
|
return &validate{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue