mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
13
justfile
Normal file
13
justfile
Normal file
@ -0,0 +1,13 @@
|
||||
_list:
|
||||
@just --list
|
||||
|
||||
# Format project.
|
||||
[group("lint")]
|
||||
fmt:
|
||||
cargo +nightly fmt
|
||||
fd --type=file --hidden --extension=yml --extension=md --extension=js --exec-batch npx -y prettier --write
|
||||
|
||||
# Run Clippy over workspace.
|
||||
[group("lint")]
|
||||
clippy:
|
||||
cargo clippy --workspace --all-targets --all-features
|
Reference in New Issue
Block a user