Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 7, 2024
1 parent 0113657 commit 8bc3d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ check: FORCE static-check build/cover.html
generate: install-controller-gen
@printf "\e[1;36m>> controller-gen\e[0m\n"
@controller-gen crd rbac:roleName=go-pmtud paths="./..." output:crd:artifacts:config=crd
@controller-gen object paths=./...
@controller-gen object paths="./..."

run-golangci-lint: FORCE prepare-static-check
@printf "\e[1;36m>> golangci-lint\e[0m\n"
Expand Down

0 comments on commit 8bc3d5f

Please sign in to comment.