Update validate_yamllint.yml
This commit is contained in:
2
.github/workflows/validate_yamllint.yml
vendored
2
.github/workflows/validate_yamllint.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user