Skip to content

Support kubernetes 1.31 #130

Support kubernetes 1.31

Support kubernetes 1.31 #130

Workflow file for this run

name: "Lint Charts"
on:
pull_request:
paths:
- "charts/**"
- "ct.yaml"
jobs:
lint:
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Setup Go"
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: "Set up chart-testing"
uses: helm/[email protected]
- name: "Run chart-testing (lint)"
run: ct lint --config ct.yaml