Skip to content

Commit

Permalink
fix: do install helm first
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 5, 2024
1 parent 01b0edd commit 4b3a906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
lint-generated-manifests:
runs-on: ubuntu-latest
steps:
- name: Install Helm
run: curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4b3a906

Please sign in to comment.