Update charts-lint.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-05-24 20:35:19 +02:00
committed by GitHub
parent 10f782584e
commit 294f3b2253
+6 -5
View File
@@ -61,11 +61,12 @@ jobs:
# Fix sh files to always be executable # Fix sh files to always be executable
find . -name '*.sh' | xargs chmod +x find . -name '*.sh' | xargs chmod +x
- name: Run Pre-Commit Scan # TODO: Needs to be checked, fails currently without error
uses: pre-commit/action@v2.0.3 # - name: Run Pre-Commit Scan
if: steps.list-changed.outputs.detected == 'true' # uses: pre-commit/action@v2.0.3
with: # if: steps.list-changed.outputs.detected == 'true'
extra_args: --files ${{ inputs.modifiedFiles }} # with:
# extra_args: --files ${{ inputs.modifiedFiles }}
- name: Fetch and Verify dependencies - name: Fetch and Verify dependencies
shell: bash shell: bash