This commit is contained in:
Shreyas Goenka 2024-05-16 14:03:18 +02:00
parent 9d50c83288
commit bb6ed45832
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 0 deletions

View File

@ -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{}
}