mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
ci: 🧠
This commit is contained in:
parent
fc1d584e65
commit
c598d8a00a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -67,7 +67,9 @@ jobs:
|
|||
- name: Check chart version update
|
||||
shell: bash
|
||||
run: |
|
||||
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
|
||||
if ! zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}" ; then
|
||||
echo "::error::Chart version has not been updated!" && exit 1
|
||||
fi
|
||||
|
||||
- name: Install Kubernetes tools
|
||||
uses: yokawasa/action-setup-kube-tools@v0.8.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue