mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-04 08:20:56 +00:00
Merge pull request #142 from overleaf/ta-lint-format-skip
Add Fake Lint and Format Targets
This commit is contained in:
commit
5a39b03bd4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue