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