diff --git a/composer.json b/composer.json index e0cb6dd..a2a840f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "@lint" ], "lint": [ - "vendor/bin/yaml-lint *.yml", + "for FILE_NAME in *.yml *.yaml; do vendor/bin/yaml-lint \"$FILE_NAME\"; done", "vendor/bin/yaml-sort-checker" ] }