.
This commit is contained in:
parent
6007cc9f09
commit
6fdcccff69
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
azure:
|
||||
url
|
||||
pool:
|
||||
pool
|
||||
token:
|
||||
|
||||
harbor:
|
||||
|
Loading…
Reference in New Issue
Block a user