fix(ci): add missing directory path for helm lint

This commit is contained in:
2026-07-20 18:42:16 +02:00
parent 4f4db6858b
commit 7d9bf145b2
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: install chart dependencies - name: install chart dependencies
run: helm dependency build run: helm dependency build
- name: lint - name: lint
run: helm lint run: helm lint .
- name: template - name: template
run: helm template --debug gitea-helm . run: helm template --debug gitea-helm .
- name: prepare unit test environment - name: prepare unit test environment