Skip to content

Bump golang.org/x/net from 0.18.0 to 0.19.0 #233

Bump golang.org/x/net from 0.18.0 to 0.19.0

Bump golang.org/x/net from 0.18.0 to 0.19.0 #233

Workflow file for this run

name: Lint helm chart
on:
push:
# run pipeline on push on master
branches:
- main
- development
paths:
- "charts/**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: chart-testing (ct lint)
uses: helm/[email protected]
- name: Run Helm Chart lint
run: |
ct lint --lint-conf=.github/ct_lintconf.yaml \
--chart-yaml-schema=.github/ct_chart_schema.yaml \
--target-branch=main --validate-maintainers=false \
--chart-dirs charts