Skip to content

fix: don't try to load non Chart directory with helm #675

fix: don't try to load non Chart directory with helm

fix: don't try to load non Chart directory with helm #675

Workflow file for this run

permissions:
contents: read
name: Lint
on:
push:
branches:
- "master"
pull_request:
jobs:
golangci:
name: lint
strategy:
matrix:
go-version: [1.23]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint