Skip to content

Commit 8ac36cd

Browse files
committed
modify prefix
1 parent f86cfb6 commit 8ac36cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ check-all: ## Run all lint checks and unittest
66
@bash ci.sh
77

88
.PHONY: check
9-
check: lint format
9+
check: check-lint check-format
1010

11-
.PHONY: lint
12-
lint:
11+
.PHONY: check-lint
12+
check-lint:
1313
python -m ruff check .
1414

15-
.PHONY: format
16-
format:
15+
.PHONY: check-format
16+
check-format:
1717
python -m ruff format --check .
1818

1919
.PHONY: fix

0 commit comments

Comments
 (0)