diff --git a/services/real-time/Makefile b/services/real-time/Makefile index 5dee366537..d8b68a699f 100644 --- a/services/real-time/Makefile +++ b/services/real-time/Makefile @@ -54,5 +54,8 @@ publish: docker push $(DOCKER_REPO)/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) +lint: + +format: .PHONY: clean test test_unit test_acceptance test_clean build publish