mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
style: fmt & clippy processed
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user