Validation failed: ValidationState {
    action_type: Some(
        Workflow,
    ),
    file_path: Some(
        "007_funky_syntax/rust-check.yml",
    ),
    errors: [
        Parse {
            code: "parse_error",
            detail: Some(
                "mapping values are not allowed in this context at line 38 column 15",
            ),
            path: "",
            title: "Parse Error",
            location: Some(
                ParseErrorLocation {
                    index: 1069,
                    line: 38,
                    column: 15,
                },
            ),
        },
    ],
}
