Skip to content

Commit

Permalink
feat: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ozline authored Oct 8, 2024
1 parent 1e914bc commit eece16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ help:
@echo " vet : Check for possible errors with go vet."
@echo " lint : Run golangci-lint on the codebase."
@echo " verify : Format, optimize imports, and run linters and vet on the codebase."
@echo " verify : Check and add license to go file and shell script."

## --------------------------------------
## 构建与调试
Expand Down Expand Up @@ -194,4 +195,4 @@ verify: vet fmt import lint
# 补齐 license
.PHONY: license
license:
sh ./hack/add-license.sh
sh ./hack/add-license.sh

0 comments on commit eece16a

Please sign in to comment.