scaffolding
This commit is contained in:
18
justfile
Normal file
18
justfile
Normal file
@@ -0,0 +1,18 @@
|
||||
_list:
|
||||
@just --list
|
||||
|
||||
# Check project
|
||||
check:
|
||||
just --unstable --fmt --check
|
||||
cargo fmt --check
|
||||
taplo fmt --check `fd --extension=toml`
|
||||
taplo lint `fd --extension=toml`
|
||||
cargo check
|
||||
cargo nextest run
|
||||
nix flake show
|
||||
|
||||
# Format project
|
||||
fmt:
|
||||
just --unstable --fmt
|
||||
cargo fmt
|
||||
taplo fmt `fd --extension=toml`
|
||||
Reference in New Issue
Block a user