Skip to content

cleanup of ko

cleanup of ko #13

Workflow file for this run

name: pull-go-lint
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/pull-go-lint.yaml'
- '**/*.go'
- '.golangci.yaml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- uses: golangci/[email protected]