Skip to content

feat: update crd, format crd, fix annotation and debug #19

feat: update crd, format crd, fix annotation and debug

feat: update crd, format crd, fix annotation and debug #19

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
run: go run github.com/golangci/golangci-lint/cmd/[email protected] run