add pre-commit checks to housekeeping
This commit is contained in:
parent
716f634fa5
commit
5c72183253
|
@ -65,6 +65,9 @@ jobs:
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- name: rerun pre-commit checks
|
||||||
|
uses: pre-commit/action@v2.0.3
|
||||||
|
|
||||||
- name: (re)generate docs
|
- name: (re)generate docs
|
||||||
run: |
|
run: |
|
||||||
for train in stable incubator develop non-free deprecated; do
|
for train in stable incubator develop non-free deprecated; do
|
||||||
|
@ -153,6 +156,9 @@ jobs:
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- name: rerun pre-commit checks
|
||||||
|
uses: pre-commit/action@v2.0.3
|
||||||
|
|
||||||
- name: Copy general readme to website
|
- name: Copy general readme to website
|
||||||
run: |
|
run: |
|
||||||
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
|
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
|
||||||
|
|
Loading…
Reference in New Issue