Skip to content

Commit

Permalink
Merge branch 'add_golangci_action' of https://github.com/z1cheng/ingr…
Browse files Browse the repository at this point in the history
…ess-nginx into add_golangci_action
  • Loading branch information
z1cheng committed Aug 31, 2023
2 parents 2c3eb0c + 88be7be commit 48d8684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ static-check: ## Run verification script for boilerplate, codegen, gofmt, golint
MAC_OS=$(MAC_OS) \
hack/verify-all.sh

.PHONY: golint-check
golint-check:
@build/run-in-docker.sh \
MAC_OS=$(MAC_OS) \
hack/verify-golint.sh

###############################
# Tests for ingress-nginx
###############################
Expand Down

0 comments on commit 48d8684

Please sign in to comment.