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
run: helm dependency build
- name: lint
run: helm lint
run: helm lint .
- name: template
run: helm template --debug gitea-helm .
- name: prepare unit test environment