Skip to content

fix helm lint

fix helm lint #10

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: GO lang CI linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2