Update validate_yamllint.yml
This commit is contained in:
1
.github/workflows/validate_yamllint.yml
vendored
1
.github/workflows/validate_yamllint.yml
vendored
@@ -31,5 +31,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
IFS=',' read -ra FILES <<< "${{ steps.changed-files.outputs.all_changed_files }}"
|
IFS=',' read -ra FILES <<< "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||||
for file in "${FILES[@]}"; do
|
for file in "${FILES[@]}"; do
|
||||||
|
echo "Validating $file"
|
||||||
yamllint -c "./.rules/yamllint.yml" "$file"
|
yamllint -c "./.rules/yamllint.yml" "$file"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user