diff options
Diffstat (limited to '.precious.toml')
-rw-r--r-- | .precious.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.precious.toml b/.precious.toml index dac87d0..fab63bc 100644 --- a/.precious.toml +++ b/.precious.toml @@ -36,7 +36,7 @@ type = "lint" [commands.yamllint] cmd = ["yamllint", "--strict"] -include = ["*.yaml"] +include = ["*.yaml*"] lint_failure_exit_codes = [1, 2] ok_exit_codes = [0] type = "lint" |