Update validate_yamllint.yml

This commit is contained in:
Edward Firmo
2024-01-11 12:07:24 +01:00
parent 126e9fb946
commit a705964468

View File

@@ -24,4 +24,4 @@ jobs:
- name: Validate YAML
if: steps.changed-files.outputs.any_changed == 'true'
run: yamllint -c "./.rules/yamllint.yml" --list-files -f github -s "${{ steps.changed-files.outputs.all_changed_files }}"
run: yamllint -c "./.rules/yamllint.yml" "${{ steps.changed-files.outputs.all_changed_files }}"