MCPcopy Index your code
hub / github.com/github/spec-kit / validate

Method validate

src/specify_cli/workflows/engine.py:619–621  ·  view source on GitHub ↗

Validate a workflow definition.

(self, definition: WorkflowDefinition)

Source from the content-addressed store, hash-verified

617 raise FileNotFoundError(msg)
618
619 def validate(self, definition: WorkflowDefinition) -> list[str]:
620 """Validate a workflow definition."""
621 return validate_workflow(definition)
622
623 def execute(
624 self,

Callers 2

workflow_runFunction · 0.95
_validate_stepsFunction · 0.45

Calls 1

validate_workflowFunction · 0.85

Tested by

no test coverage detected