mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
chore(deps): update pre-commit/action action to v2.0.3 (#846)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8394533292
commit
a98f42b657
4
.github/workflows/pre-commit-check.yaml
vendored
4
.github/workflows/pre-commit-check.yaml
vendored
@ -25,14 +25,14 @@ jobs:
|
|||||||
|
|
||||||
# run only if changed files were detected
|
# run only if changed files were detected
|
||||||
- name: Run against changes
|
- name: Run against changes
|
||||||
uses: pre-commit/action@v2.0.2
|
uses: pre-commit/action@v2.0.3
|
||||||
if: steps.filter.outputs.addedOrModified == 'true'
|
if: steps.filter.outputs.addedOrModified == 'true'
|
||||||
with:
|
with:
|
||||||
extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }}
|
extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }}
|
||||||
|
|
||||||
# run if no changed files were detected (e.g. workflow_dispatch on master branch)
|
# run if no changed files were detected (e.g. workflow_dispatch on master branch)
|
||||||
- name: Run against all files
|
- name: Run against all files
|
||||||
uses: pre-commit/action@v2.0.2
|
uses: pre-commit/action@v2.0.3
|
||||||
if: steps.filter.outputs.addedOrModified != 'true'
|
if: steps.filter.outputs.addedOrModified != 'true'
|
||||||
with:
|
with:
|
||||||
extra_args: --all-files
|
extra_args: --all-files
|
||||||
|
Loading…
Reference in New Issue
Block a user