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
bb122b930c
commit
c649d44c21
3 changed files with 71 additions and 54 deletions
8
.github/workflows/charts-lint.yaml
vendored
8
.github/workflows/charts-lint.yaml
vendored
|
@ -10,6 +10,9 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
HELM_VERSION: 3.9.2
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint charts
|
||||
|
@ -26,10 +29,7 @@ jobs:
|
|||
with:
|
||||
setup-tools: |
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- name: Install Helm
|
||||
uses: Azure/setup-helm@v3.3
|
||||
helm: "${{ env.HELM_VERSION }}"
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue