Skip to content

Commit

Permalink
Rename 'ci' to 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 18, 2023
1 parent ac09fe6 commit 21914f0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ MODULES := $(wildcard $(PACKAGE)/*.py)
# MAIN TASKS ##################################################################

.PHONY: all
all: install

.PHONY: ci
ci: format check test mkdocs ## Run all tasks that determine CI status
all: format check test mkdocs ## Run all tasks that determine CI status

.PHONY: dev
dev: install ## Continuously run all CI tasks when files chanage
Expand Down Expand Up @@ -151,7 +148,7 @@ clean: ## Delete all generated and temporary files
# HELP ########################################################################

.PHONY: help
help: all
help: install
@ grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.DEFAULT_GOAL := help

0 comments on commit 21914f0

Please sign in to comment.