We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a106ba + 862d93d commit 011b405Copy full SHA for 011b405
1 file changed
.github/workflows/helm-lint.yml
@@ -4,15 +4,13 @@ on:
4
branches: [ main ]
5
paths:
6
- 'deployments/helm/**'
7
+ - '.github/workflows/helm-lint.yml'
8
9
jobs:
10
helm-lint:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14
- - name: Install Helm
15
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
16
-
17
- name: Run Helm lint
18
run: make helm-lint
0 commit comments