Skip to content

ci: add GitHub Actions workflow#2

Merged
SUDARSHANCHAUDHARI merged 1 commit into
mainfrom
feat/ci
May 18, 2026
Merged

ci: add GitHub Actions workflow#2
SUDARSHANCHAUDHARI merged 1 commit into
mainfrom
feat/ci

Conversation

@SUDARSHANCHAUDHARI
Copy link
Copy Markdown
Owner

Summary

  • Runs on every push (all branches) and PRs to main
  • Steps: rustfmt check → clippy (-D warnings) → cargo test --all → release build
  • Uses cargo cache for fast runs
  • Fixed all rustfmt formatting issues across source files

Test plan

  • CI green on this PR

Runs on every push and PR to main. Fixed rustfmt formatting across source files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@SUDARSHANCHAUDHARI SUDARSHANCHAUDHARI merged commit ad813cc into main May 18, 2026
2 checks passed
@SUDARSHANCHAUDHARI SUDARSHANCHAUDHARI deleted the feat/ci branch May 18, 2026 13:57
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