mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Adding a clean script for cargo. (No husky hook yet)
This commit is contained in:
parent
912871d0ac
commit
0f09171d68
1 changed files with 6 additions and 0 deletions
6
server/clean.sh
vendored
Executable file
6
server/clean.sh
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cargo update
|
||||
cargo fmt
|
||||
cargo check
|
||||
cargo clippy
|
Loading…
Reference in a new issue