Skip to content

Commit 2803566

Browse files
committed
chore(ci): fix comments by Golo
Signed-off-by: Raphael Höser <[email protected]>
1 parent b8149e5 commit 2803566

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
qa: analyze test
22

3-
analyze: format-check
3+
analyze:
44
@cargo clippy
5+
@cargo fmt --check
56

67
test:
78
@cargo test
89

910
format:
1011
@cargo fmt
1112

12-
format-check:
13-
@cargo fmt --check
14-
15-
.PHONY: analyze qa test
13+
.PHONY: analyze format qa test

0 commit comments

Comments
 (0)