Skip to content

feat: Adds krew manifest generation #5

feat: Adds krew manifest generation

feat: Adds krew manifest generation #5

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6