add pre-commit checks to housekeeping
This commit is contained in:
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user