Skip to content

Commit 236f23f

Browse files
author
Omar Mohamed
committed
fix(ci.yml): remove unnecessary Helm Lint step and update Install yq action to use wget instead of curl
1 parent 9d21d60 commit 236f23f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-go-
3434
35-
- name: Install Helm
36-
uses: azure/setup-helm@v3
37-
3835
- name: Install yq
3936
run: |
4037
sudo wget https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 -O /usr/bin/yq
@@ -56,9 +53,6 @@ jobs:
5653
exit 1
5754
fi
5855
59-
- name: Helm Lint
60-
run: helm lint charts
61-
6256
- name: Log in to GitHub Container Registry (GHCR)
6357
uses: docker/login-action@v3
6458
with:

0 commit comments

Comments
 (0)