mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Adding a clean script for cargo. (No husky hook yet)
This commit is contained in:
parent
912871d0ac
commit
0f09171d68
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 New Issue
Block a user