Validation failed: ValidationState {
    action_type: Some(
        Workflow,
    ),
    file_path: Some(
        "004_failing_globs/glob.yml",
    ),
    errors: [
        NoFilesMatchingGlob {
            code: "glob_not_matched",
            detail: Some(
                "Glob \"004_bad_globs/*.txt\" in /on/push/paths does not match any files",
            ),
            path: "/on/push/paths",
            title: "Glob does not match any files",
        },
    ],
}
