fix
This commit is contained in:
@@ -10,12 +10,9 @@ jobs:
|
|||||||
helm-lint:
|
helm-lint:
|
||||||
runs-on: [docker, kubernetes]
|
runs-on: [docker, kubernetes]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Run Helm lint
|
- name: Run Helm lint
|
||||||
uses: docker://alpine/helm:3.14.0
|
uses: docker://alpine/helm:3.14.0
|
||||||
with:
|
with:
|
||||||
entrypoint: ["sh", "-c"]
|
entrypoint: ["sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- echo "Running helm lint on duino-miner-helm chart" && helm lint ./
|
- echo "Running helm lint on duino-miner-helm chart" && helm lint .
|
||||||
|
Reference in New Issue
Block a user