Skip to content

Commit 818d1f9

Browse files
tommytroentronghnkimtore
committed
chore: add cargo clippy to Makefile
Co-authored-by: tronghn <[email protected]> Co-authored-by: kimtore <[email protected]>
1 parent 3ef0e81 commit 818d1f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ all:
55

66
setup:
77
[ ! -f .env ] && cp -v .env.example .env
8+
9+
check:
10+
cargo clippy

0 commit comments

Comments
 (0)