mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
Adding a clean script for cargo. (No husky hook yet)
This commit is contained in:
parent
a670096d53
commit
345cfcaedd
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