This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/server/clean.sh

8 lines
77 B
Bash
Raw Normal View History

#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy
2020-01-04 04:39:31 +00:00
cargo outdated -R