Skip to content

Add empty Kubebuilder project and GitHub workflows #1

Add empty Kubebuilder project and GitHub workflows

Add empty Kubebuilder project and GitHub workflows #1

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v4