Skip to content

Commit

Permalink
[DO-NOT-MERGE] check if helm is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
enarha committed Dec 18, 2024
1 parent 9210147 commit f907f37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kube-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
version: 5.1.1

- name: Check helm installed
run: |
echo "Checking if helm is installed and in PATH"
which helm
- name: Run kustomize build
run: |
find argo-cd-apps components -name 'kustomization.yaml' \
Expand Down

0 comments on commit f907f37

Please sign in to comment.