This commit is contained in:
Jonas Forsberg 2024-10-15 14:34:04 +02:00
parent 907bb83ef4
commit 3633fb4a59

View File

@ -31,5 +31,5 @@ jobs:
run: |
for file in ${{ steps.changed-files.output_all_changed_files }}; do
echo "$file was changed"
helm lint $file
done