Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Verified Commit 87f79bd9 authored by Ayush Singh's avatar Ayush Singh
Browse files

CI: Add clippy check


- Useful to keep good code quality

Signed-off-by: Ayush Singh's avatarAyush Singh <ayush@beagleboard.org>
parent fc6a61a3
No related merge requests found
Pipeline #20927 passed with stages
in 4 minutes and 10 seconds
......@@ -3,6 +3,17 @@ stages:
- build
- deploy
clippy:
image: "rust:latest"
stage: test
tags:
- docker-amd64
before_script:
- apt-get update && apt-get install -y --no-install-recommends libudev-dev
- rustup component add clippy
script:
- cargo clippy --all-targets --all-features --no-deps
test:
image: "rust:latest"
stage: test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment