Fix checkout :D

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2023-10-13 17:55:13 +02:00
parent b3e32880f8
commit 774ac7e240
No known key found for this signature in database
GPG key ID: 26C8313BA763E7E5

View file

@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
container: alpine/helm:3.12.3
steps:
- uses: actions/checkout@v4
- name: install tools
run: |
apk add --update make npm
apk add --update make node npm
- uses: actions/checkout@v4
- name: install chart dependencies
run: helm dependency build
- name: lint