Skip to content

ci: add clippy and rustfmt gates #9

Description

@Hollujay

Summary

CI runs the test suite. It does not currently enforce lint or formatting, so
style drift and common Rust footguns can land without being caught in review.

Acceptance Criteria

  • Add cargo clippy --workspace --all-targets -- -D warnings as a CI step
  • Add cargo fmt --all -- --check as a CI step
  • Fix any existing violations in the same PR so the gate starts green
  • Each gate is a separate named step, so a failure is attributable

Tech Stack

GitHub Actions, Rust toolchain

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions