build(ci): 🛠 Add new lint task

This commit is contained in:
Berkus Decker 2022-10-11 23:47:39 +03:00 committed by Berkus Decker
parent a4fea833bb
commit 227761c575
1 changed files with 4 additions and 1 deletions

View File

@ -116,5 +116,8 @@ expand:
doc:
cargo make docs-flow
# Run lint tasks
lint: clippy fmt-check
# Run CI tasks
ci: clean build test clippy fmt-check
ci: clean build test lint