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

7 lines
77 B
Bash
Executable file
Vendored

#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy
cargo outdated -R