Update charts-lint.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2023-05-24 20:36:24 +02:00 committed by GitHub
parent 294f3b2253
commit 00f7fc0fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -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