Skip to content

Commit b76a888

Browse files
committed
Fix space in Makefile
1 parent 3f47eca commit b76a888

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ help:
6262
@echo " lint - Run golangci-lint to check code quality"
6363
@echo " check - Run all checks (fmt-check + lint)"
6464
@echo " test - Run end-to-end tests (requires additional setup)"
65-
@echo " pr-tests - Run comprehensive tests for PR submission"
65+
@echo " pr-tests - Run comprehensive tests for PR submission"
6666
@echo " clean - Remove build artifacts and temporary files"
67+
@echo " vet - Run go vet to check code quality"
6768
@echo " help - Show this help message"
6869
@echo ""
6970
@echo "Common workflows:"

0 commit comments

Comments
 (0)