]> Untitled Git - lemmy.git/blob - server/clean.sh
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / server / clean.sh
1 #!/bin/sh
2
3 cargo update
4 cargo fmt
5 cargo check
6 cargo clippy
7 cargo outdated -R