.
This commit is contained in:
@@ -28,9 +28,11 @@ jobs:
|
||||
files: 'charts/**'
|
||||
|
||||
- name: List all changed files
|
||||
env:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
run: |
|
||||
echo "performing lint"
|
||||
for file in ${{ steps.changed-files.all_changed_and_modified_files }}; do
|
||||
for file in ${}ALL_CHANGED_FILES; do
|
||||
echo "$file was changed"
|
||||
helm lint $file
|
||||
done
|
||||
|
Reference in New Issue
Block a user