Skip to content

chore: Add Rust CI pipeline#1

Merged
RedlineDevs merged 1 commit into
mainfrom
feature/add-ga
Nov 2, 2025
Merged

chore: Add Rust CI pipeline#1
RedlineDevs merged 1 commit into
mainfrom
feature/add-ga

Conversation

@RedlineDevs

Copy link
Copy Markdown
Owner

Introduces a GitHub Actions workflow to serve as a gate for the main branch.

The pipeline is triggered on every push and pull request to main and executes the following checks:

  • Formatting: cargo fmt -- --check
  • Linting: cargo clippy -- -D warnings
  • Build: cargo build --verbose
  • Tests: cargo test --verbose

Merging should be blocked if any of these steps fail. This basically prevents regressions and maintains a minimum standard of code quality.

@RedlineDevs RedlineDevs merged commit d445ada into main Nov 2, 2025
1 check passed
@RedlineDevs RedlineDevs deleted the feature/add-ga branch November 2, 2025 06:09
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