mirror of https://github.com/LemmyNet/lemmy.git
8 lines
77 B
Bash
8 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cargo update
|
||
|
cargo fmt
|
||
|
cargo check
|
||
|
cargo clippy
|
||
|
cargo outdated -R
|