Skip to content

chore: init version to chart 2.11.0 for NV 5.6.0 #748

chore: init version to chart 2.11.0 for NV 5.6.0

chore: init version to chart 2.11.0 for NV 5.6.0 #748

Workflow file for this run

name: Lint and Test Charts
on: [push, pull_request]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
fetch-depth: 0
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version: '1.26'
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@b0c06062b7b8cb6f3bf1473a0c117ba2a86f3442
with:
command: lint
config: ct.yaml
- name: Run unitest
run: |
cd test
go test