From 00f7fc0fa32c7763482a11ee17e7538b1f03b513 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 24 May 2023 20:36:24 +0200 Subject: [PATCH] Update charts-lint.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-lint.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 3e14aee2a22..eeeeda6f893 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -52,7 +52,7 @@ jobs: echo "detected=true" >> "$GITHUB_OUTPUT" fi - - name: Fix Fixable Pre-Commit issues + - name: Test and Fix Pre-Commit Issues shell: bash if: inputs.chartChangesDetected == 'true' run: | @@ -60,13 +60,7 @@ jobs: pre-commit run --all ||: # Fix sh files to always be executable find . -name '*.sh' | xargs chmod +x - - # TODO: Needs to be checked, fails currently without error - # - name: Run Pre-Commit Scan - # uses: pre-commit/action@v2.0.3 - # if: steps.list-changed.outputs.detected == 'true' - # with: - # extra_args: --files ${{ inputs.modifiedFiles }} + pre-commit run --all - name: Fetch and Verify dependencies shell: bash