Skip to main content

validate_working_directory

Function validate_working_directory 

Source
pub fn validate_working_directory(
    checkpoint: &PipelineCheckpoint,
    workspace: &dyn Workspace,
) -> ValidationResult
Expand description

Validate that the working directory matches the checkpoint.

Uses the workspace root for current working directory comparison. Rejects legacy checkpoints that have no working directory.