Skip to content

ci: add lint gate (rustfmt + clippy)#3

Merged
fiorelorenzo merged 1 commit into
mainfrom
ci/lint-gate
Jul 3, 2026
Merged

ci: add lint gate (rustfmt + clippy)#3
fiorelorenzo merged 1 commit into
mainfrom
ci/lint-gate

Conversation

@fiorelorenzo

Copy link
Copy Markdown
Owner

CI built and tested across the platform matrix but never gated formatting or lint. This adds a lint job (ubuntu) running cargo fmt --all --check and cargo clippy --workspace --all-targets -- -D warnings.

The code is already clean, verified locally: fmt clean, clippy 0 warnings on the CPU build (submodules initialised + ggml built). Also adds a CI badge to the README.

Clippy here builds the default (CPU) target to stay light; the GPU backend matrix is already covered by the build job.

CI built and tested across the platform matrix but never gated formatting or
lint. Add a lint job (ubuntu) running cargo fmt --all --check and
cargo clippy --workspace --all-targets -- -D warnings. The code is already
clean, verified locally (fmt clean, clippy 0 warnings on the CPU build). Also
add a CI badge to the README.
@fiorelorenzo fiorelorenzo merged commit f199ad9 into main Jul 3, 2026
7 checks passed
@fiorelorenzo fiorelorenzo deleted the ci/lint-gate branch July 3, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant