1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

refactor: use ractor

This commit is contained in:
Rob Ede
2024-09-12 14:24:41 -04:00
parent f2d1206baa
commit 7259f9417a
6 changed files with 192 additions and 66 deletions

View File

@ -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: