Skip to content

Commit b1c31e3

Browse files
committed
add check to call lint and format
1 parent 5876f0f commit b1c31e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ check-all: ## Run all lint checks and unittest
55
@echo "[Notice] If you'd like to run commands with same env to CI, please run \`tox\`."
66
@bash ci.sh
77

8+
.PHONY: check
9+
check: lint format
10+
811
.PHONY: lint
912
lint:
1013
python -m ruff check .

0 commit comments

Comments
 (0)