This commit is contained in:
2025-09-14 12:15:45 +02:00
parent 0e0ec7551d
commit e414e0d004

View File

@@ -10,12 +10,9 @@ jobs:
helm-lint:
runs-on: [docker, kubernetes]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Helm lint
uses: docker://alpine/helm:3.14.0
with:
entrypoint: ["sh", "-c"]
args:
- echo "Running helm lint on duino-miner-helm chart" && helm lint ./
args:
- echo "Running helm lint on duino-miner-helm chart" && helm lint .