style: fmt & clippy processed

This commit is contained in:
VC
2022-08-11 12:29:40 +02:00
parent dab8725f99
commit b11595bfca
10 changed files with 297 additions and 209 deletions

View File

@@ -10,6 +10,11 @@ rust-latest:
- target/release/scootaloo
image: rust:latest
script:
- rustup component add rustfmt
- rustup component add clippy
- cargo fmt -- --check
- cargo check
- cargo clippy -- -D warnings
- cargo test
- cargo build --release --verbose
- strip target/release/${CI_PROJECT_NAME}