Skip to content

CI and Quality

Raul Montoya Cardenas edited this page Jul 29, 2026 · 2 revisions

CI and Quality

Wiki hero

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)

GitHub Actions

On push/PR to main: fmt, clippy -D warnings, build, test (default features).
persist-credentials: false on checkout.

UART / serialport (libudev) is not required on default CI runners.

Local bar

cargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo test
cargo build --features uart   # optional

REVIEW.md

Edition 2024 intentional; no relative license links in rustdoc; no unused deps; Q8.8 bounds; SPDX headers.


Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: de069cd (main)

Clone this wiki locally