We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb664a commit bfe5425Copy full SHA for bfe5425
1 file changed
.github/workflows/push.yaml
@@ -3,17 +3,11 @@ name: Lint and Release chart
3
on: push
4
5
jobs:
6
- lint-test:
+ lint:
7
runs-on: ubuntu-latest
8
steps:
9
- 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'
+ uses: actions/checkout@v3
17
18
- name: lint chart
19
run: helm lint
@@ -31,6 +25,3 @@ jobs:
31
25
chart-dir: .
32
26
repo-username: ${{ secrets.HELM_REPO_USERNAME }}
33
27
repo-password: ${{ secrets.HELM_REPO_PASSWORD }}
34
35
36
0 commit comments