Update validate_yamllint.yml

This commit is contained in:
Edward Firmo
2024-01-11 12:20:58 +01:00
parent 78839a1396
commit d1328cde66

View File

@@ -31,5 +31,6 @@ jobs:
run: |
IFS=',' read -ra FILES <<< "${{ steps.changed-files.outputs.all_changed_files }}"
for file in "${FILES[@]}"; do
echo "Validating $file"
yamllint -c "./.rules/yamllint.yml" "$file"
done