mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
refactor: use ractor
This commit is contained in:
5
justfile
5
justfile
@ -7,6 +7,11 @@ fmt:
|
||||
cargo +nightly fmt
|
||||
fd --type=file --hidden --extension=yml --extension=md --extension=js --exec-batch npx -y prettier --write
|
||||
|
||||
# Check project.
|
||||
[group("lint")]
|
||||
check: clippy
|
||||
fd --type=file --hidden --extension=yml --extension=md --extension=js --exec-batch npx -y prettier --check
|
||||
|
||||
# Run Clippy over workspace.
|
||||
[group("lint")]
|
||||
clippy:
|
||||
|
Reference in New Issue
Block a user