mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add fake lint and format targets
Highly hacky! Lint and format steps are coming very soon thanks to the decaf, but in the meantime we need steps to pass CI. Updating the build scripts after the decaf will undo this change.
This commit is contained in:
parent
79ea042959
commit
94d57f50c0
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