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 32
32
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
33
33
if [[ -n "$changed" ]]; then
34
34
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
3
3
description : A Helm chart for CloudStack CSI driver
4
4
type : application
5
5
version : 2.0.2
6
- appVersion : 0.6.1
7
6
sources :
8
7
- https://github.com/Leaseweb/cloudstack-csi-driver
9
8
keywords :
10
9
- csi
11
10
- cloudStack
11
+ maintainers :
12
+ - name : hrak
13
+ - name : FarnazBGH
14
+ - name : lanord
You can’t perform that action at this time.
0 commit comments