]> Untitled Git - lemmy.git/blob - clean.sh
Merge branch 'main' into move_views_to_diesel
[lemmy.git] / clean.sh
1 #!/bin/sh
2
3 cargo update
4 cargo fmt
5 cargo check
6 cargo clippy
7 cargo outdated -R