This commit is contained in:
Jonas Forsberg 2024-10-15 14:47:18 +02:00
parent 6fdcccff69
commit ab9a1d385f

View File

@ -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