Skip to content

feat: add controller-gen support #111

feat: add controller-gen support

feat: add controller-gen support #111

Workflow file for this run

name: Lint
on: [pull_request]
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54