We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6562e commit 49572c2Copy full SHA for 49572c2
Makefile
@@ -1,9 +1,7 @@
1
.PHONY: Commands for developers
2
3
.PHONY: check-all
4
-check-all: ## Run all lint checks and unittest
5
- @echo "[Notice] If you'd like to run commands with same env to CI, please run \`tox\`."
6
- @bash ci.sh
+check-all: check unittest
7
8
.PHONY: check
9
check: check-lint check-format
ci.sh
0 commit comments