Merge pull request #142 from overleaf/ta-lint-format-skip

Add Fake Lint and Format Targets
This commit is contained in:
Timothée Alby 2020-05-28 16:53:26 +02:00 committed by GitHub
commit 5a39b03bd4

View file

@ -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