Skip to content

Commit 04966d0

Browse files
committed
chore(qa): make formatting check part of qa
1 parent e521068 commit 04966d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
qa: analyze test
22

3-
analyze:
3+
analyze: format-check
44
@cargo clippy
55

66
test:
77
@cargo test
88

9+
format:
10+
@cargo fmt
11+
12+
format-check:
13+
@cargo fmt --check
14+
915
.PHONY: analyze qa test

0 commit comments

Comments
 (0)