mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 06:25:00 -03:00
try forcing pre-commit exit 0
This commit is contained in:
4
.github/workflows/housekeeping.yaml
vendored
4
.github/workflows/housekeeping.yaml
vendored
@@ -67,6 +67,8 @@ jobs:
|
||||
|
||||
- name: rerun pre-commit checks
|
||||
uses: pre-commit/action@v2.0.3
|
||||
with:
|
||||
extra_args: --all-files || exit 0
|
||||
|
||||
- name: (re)generate docs
|
||||
run: |
|
||||
@@ -158,6 +160,8 @@ jobs:
|
||||
|
||||
- name: rerun pre-commit checks
|
||||
uses: pre-commit/action@v2.0.3
|
||||
with:
|
||||
extra_args: --all-files || exit 0
|
||||
|
||||
- name: Copy general readme to website
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user