1 2 3 4 5 6 7 8
language: rust cache: cargo before_script: - rustup component add rustfmt clippy script: - cargo fmt -- --check - cargo clippy - cargo test