add pre-commit checks to housekeeping

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-16 16:18:34 +02:00
parent 716f634fa5
commit 5c72183253
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 6 additions and 0 deletions

View File

@ -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..."