Skip to content

Commit

Permalink
chore: add cargo clippy to Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: tronghn <[email protected]>
Co-authored-by: kimtore <[email protected]>
  • Loading branch information
3 people committed Nov 1, 2024
1 parent 3ef0e81 commit 818d1f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ all:

setup:
[ ! -f .env ] && cp -v .env.example .env

check:
cargo clippy

0 comments on commit 818d1f9

Please sign in to comment.