pub fn check(path: impl AsRef<Path>, root: &Command) -> Result<Vec<Violation>>Expand description
Check path (a workflow file or directory): every testing-conventions
invocation must name a subcommand root still exposes. Returns one
Violation per offending invocation.