Skip to content

fix: not update helm repo if there are no repos (#64) #305

fix: not update helm repo if there are no repos (#64)

fix: not update helm repo if there are no repos (#64) #305

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: azure/[email protected]
id: install
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: build
run: go build .
- name: test
run: go test -v ./...