Skip to content

Commit

Permalink
Fix linting in helm action
Browse files Browse the repository at this point in the history
  • Loading branch information
maruina committed May 30, 2022
1 parent 8f409a5 commit c6f7a35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0

- uses: actions/setup-go@v3
with:
go-version: 1.17

- name: Set up Helm
uses: azure/[email protected]
Expand Down

0 comments on commit c6f7a35

Please sign in to comment.