mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci: 🧠
This commit is contained in:
parent
b7d97d9dd0
commit
b8ca48cc3b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -68,7 +68,9 @@ jobs:
|
||||||
- name: Check chart version update
|
- name: Check chart version update
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
npx zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
|
npm i -g zx
|
||||||
|
npm link zx
|
||||||
|
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.2.1
|
uses: helm/chart-testing-action@v2.2.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue