Skip to content

fix(deps): update module github.com/norwoodj/helm-docs to v1.13.1 #138

fix(deps): update module github.com/norwoodj/helm-docs to v1.13.1

fix(deps): update module github.com/norwoodj/helm-docs to v1.13.1 #138

Workflow file for this run

name: ChartTest
on:
pull_request:
# only run when there are chart changes
paths:
- 'charts/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: charts/go.mod
- name: Run chart tests
run: make chart-test