diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index aafc15f..1995b7d 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -31,5 +31,5 @@ jobs: run: | for file in ${{ steps.changed-files.output_all_changed_files }}; do echo "$file was changed" + helm lint $file done -