Skip to content

feat: Migrated kc to a kubectl plugin #1

feat: Migrated kc to a kubectl plugin

feat: Migrated kc to a kubectl plugin #1

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.20"
cache: false
- name: Run golangci-lint
uses: golangci/[email protected]