Skip to content

Commit

Permalink
build: Add lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus committed Jun 10, 2022
1 parent 6ebb6b2 commit f4a4bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,8 @@ expand:
doc:
cargo make docs-flow

# Check lints
lint: fmt-check clippy

# Run CI tasks
ci: clean build test clippy fmt-check

0 comments on commit f4a4bbc

Please sign in to comment.