Skip to content

ci: Add minimal Rust CI workflow#59

Merged
CSRessel merged 3 commits into
devfrom
ci/basic-checks
Dec 2, 2025
Merged

ci: Add minimal Rust CI workflow#59
CSRessel merged 3 commits into
devfrom
ci/basic-checks

Conversation

@CSRessel
Copy link
Copy Markdown
Collaborator

@CSRessel CSRessel commented Nov 28, 2025

Summary

Generated with Nori

  • Adds a basic CI workflow for Rust code with cargo check, fmt, clippy, and test
  • Uses sccache for build caching (with GHA backend when available)
  • Runs on Linux (ubuntu-24.04) and macOS (macos-14) in parallel
  • Triggers on PRs and pushes to main/dev branches
  • Fixes pre-existing formatting issue in acp/src/connection.rs

Test Plan

  • Verify CI workflow runs successfully on this PR
  • Check that sccache stats appear in workflow output
  • Confirm all 4 checks (check, fmt, clippy, test) pass

Share Nori with your team: https://www.npmjs.com/package/nori-ai

Add a basic CI workflow for Rust code with: cargo check, fmt, clippy, and test.
Uses sccache for build caching. Runs on Linux (ubuntu-24.04) and macOS
(macos-14). Triggers on PRs and pushes to main/dev. Also fixes pre-existing
formatting in acp/src/connection.rs.

🤖 Generated with [Nori](https://nori.ai)

Co-Authored-By: Nori <noreply@tilework.tech>
🤖 Generated with [Nori](https://nori.ai)

Co-Authored-By: Nori <noreply@tilework.tech>
@CSRessel CSRessel merged commit 6dcc3ad into dev Dec 2, 2025
2 checks passed
@CSRessel CSRessel deleted the ci/basic-checks branch December 2, 2025 15:55
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