build: add fmt recipe to justfile
This commit is contained in:
parent
2a9c2cef76
commit
05d4233d3f
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -12,5 +12,8 @@ clippy: build
|
|||
run: build
|
||||
docker run --rm -v $PWD:/app/ {{ image }} cargo run
|
||||
|
||||
fmt: build
|
||||
docker run --rm -v $PWD:/app/ {{ image }} cargo fmt
|
||||
|
||||
shell: build
|
||||
docker run --rm -it -v $PWD:/app/ {{ image }} bash
|
||||
|
|
Loading…
Add table
Reference in a new issue