]> Untitled Git - lemmy.git/blob - clean.sh
Merge branch 'add-view-helper-functions' of https://github.com/eiknat/lemmy into...
[lemmy.git] / clean.sh
1 #!/bin/sh
2
3 cargo update
4 cargo fmt
5 cargo check
6 cargo clippy
7 cargo outdated -R