``` toml [audit] checks = [ {name = "Format YAML", shell = "yamlfmt -lint **/*.yml", remedy = "yamlfmt **/*.yml"}, ] ``` The check looks for single file matching the string literal `**/*.yml`. Since no file exists, the lint passes.