Skip to content

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

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 #424

Workflow file for this run

name: Lint
on:
pull_request: {}
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run linters
run: make lint