Skip to content

Commit 862d93d

Browse files
committed
chore: drop unnecessary binary installation
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
1 parent 7a106ba commit 862d93d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/helm-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
branches: [ main ]
55
paths:
66
- 'deployments/helm/**'
7+
- '.github/workflows/helm-lint.yml'
78

89
jobs:
910
helm-lint:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1314

14-
- name: Install Helm
15-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
16-
1715
- name: Run Helm lint
1816
run: make helm-lint

0 commit comments

Comments
 (0)