From 4990e6fae90985b38890de914dda4358f4fce98a Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Oct 2024 14:43:25 +0200 Subject: [PATCH] . --- .gitea/workflows/lint-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index ace486f..3804d69 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -29,6 +29,7 @@ jobs: - name: List all changed files run: | + echo "performing lint" for file in ${{ steps.changed-files.all_changed_and_modified_files }}; do echo "$file was changed" helm lint $file