Skip to content

Commit bfe5425

Browse files
committed
New version of actions/checkout and removed installing helm in workflow
1 parent 8cb664a commit bfe5425

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/push.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ name: Lint and Release chart
33
on: push
44

55
jobs:
6-
lint-test:
6+
lint:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v2
11-
12-
- name: install helm
13-
id: install
14-
uses: azure/setup-helm@v1
15-
with:
16-
version: '3.9.0'
10+
uses: actions/checkout@v3
1711

1812
- name: lint chart
1913
run: helm lint
@@ -31,6 +25,3 @@ jobs:
3125
chart-dir: .
3226
repo-username: ${{ secrets.HELM_REPO_USERNAME }}
3327
repo-password: ${{ secrets.HELM_REPO_PASSWORD }}
34-
35-
36-

0 commit comments

Comments
 (0)