Add CI/CD pipeline #2

Open
opened 2026-07-25 11:16:23 +00:00 by GKaszewski · 0 comments
Owner

Severity: Critical

No CI/CD exists at all. For a published crate handling authentication, this is unacceptable.

Add a workflow that runs:

  • cargo fmt --check
  • cargo clippy -- -D warnings
  • cargo test

Copy the pattern from other repos like codebase-to-prompt or archlens.

**Severity: Critical** No CI/CD exists at all. For a published crate handling authentication, this is unacceptable. Add a workflow that runs: - `cargo fmt --check` - `cargo clippy -- -D warnings` - `cargo test` Copy the pattern from other repos like `codebase-to-prompt` or `archlens`.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/loco-keycloak-auth#2