.
This commit is contained in:
parent
6fdcccff69
commit
ab9a1d385f
@ -32,7 +32,7 @@ jobs:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
run: |
|
||||
echo "performing lint"
|
||||
for file in ${}ALL_CHANGED_FILES; do
|
||||
for file in ${ALL_CHANGED_FILES}; do
|
||||
echo "$file was changed"
|
||||
helm lint $file
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user