Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
echo "detected=true" >> "$GITHUB_OUTPUT"
|
echo "detected=true" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Fix Fixable Pre-Commit issues
|
- name: Test and Fix Pre-Commit Issues
|
||||||
shell: bash
|
shell: bash
|
||||||
if: inputs.chartChangesDetected == 'true'
|
if: inputs.chartChangesDetected == 'true'
|
||||||
run: |
|
run: |
|
||||||
@@ -60,13 +60,7 @@ jobs:
|
|||||||
pre-commit run --all ||:
|
pre-commit run --all ||:
|
||||||
# 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
|
||||||
|
pre-commit run --all
|
||||||
# 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 }}
|
|
||||||
|
|
||||||
- name: Fetch and Verify dependencies
|
- name: Fetch and Verify dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user