File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3232 changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
3333 if [[ -n "$changed" ]]; then
3434 echo "changed=true" >> "$GITHUB_OUTPUT"
35- fi
35+ fi
36+ - name : Run chart-testing (lint)
37+ if : steps.list-changed.outputs.changed == 'true'
38+ run : ct lint --chart-dirs=charts --target-branch ${{ github.event.repository.default_branch }}
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ name: cloudstack-csi
33description : A Helm chart for CloudStack CSI driver
44type : application
55version : 2.0.2
6- appVersion : 0.6.1
76sources :
87 - https://github.com/Leaseweb/cloudstack-csi-driver
98keywords :
109 - csi
1110 - cloudStack
11+ maintainers :
12+ - name : hrak
13+ - name : FarnazBGH
14+ - name : lanord
You can’t perform that action at this time.
0 commit comments