Skip to content

Validate the Implementation runner workflow #488

@mszostok

Description

@mszostok

Description

Add simple validation to the CLI validate command.

Something what we have here:

if err := a.actionValidator.Validate(renderOutput.Action, action.Namespace); err != nil {
return status, errors.Wrap(err, "while validating rendered Action")
}

We can simplify it as we will work on not rendered data, so there may be some problem with that we have our own properties (superset).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions