Skip to main content

validate_task_template

Function validate_task_template 

Source
pub fn validate_task_template(task: &Task) -> TemplateValidation
Expand description

Validate a template task and collect warnings

This scans all string fields in the task for:

  • Unknown template variables (not in KNOWN_VARIABLES)
  • Presence of {{branch}} variable (to determine if git detection is needed)