Skip to content

Commit 49572c2

Browse files
delete extra
1 parent ae6562e commit 49572c2

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
.PHONY: Commands for developers
22

33
.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
4+
check-all: check unittest
75

86
.PHONY: check
97
check: check-lint check-format

ci.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)