Skip to content

chore: bump Helm chart to v0.5.1 #205

chore: bump Helm chart to v0.5.1

chore: bump Helm chart to v0.5.1 #205

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v9
with:
version: v2.8.0
helm:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Helm
uses: azure/setup-helm@v5
- name: Run Helm Lint
run: helm lint helm