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
59 B
Bash
Raw Normal View History

#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy