Skip to content

Chore/setup ci#2

Merged
CyTechNomad merged 8 commits into
masterfrom
chore/setup-ci
May 19, 2026
Merged

Chore/setup ci#2
CyTechNomad merged 8 commits into
masterfrom
chore/setup-ci

Conversation

@CyTechNomad

Copy link
Copy Markdown
Owner

This pull request introduces CI and release automation workflows using GitHub Actions and improves platform-specific dependency management for the keyring crate. The main changes are:

CI/CD Automation:

  • Added .github/workflows/ci.yml to run checks (formatting, linting, tests) on pushes and pull requests to master.
  • Added .github/workflows/release.yml to automate building, packaging, releasing, and updating the Homebrew tap for tagged releases.

Dependency Management:

  • Changed the keyring dependency in Cargo.toml to remove global platform features, making the base dependency featureless.
  • Added platform-specific keyring dependencies in Cargo.toml for macOS, Linux, and Windows, each enabling the appropriate native feature.

These changes ensure robust CI/CD coverage and improve cross-platform support for secure credential storage.

@CyTechNomad CyTechNomad merged commit 9109ee1 into master May 19, 2026
1 check passed
@CyTechNomad CyTechNomad deleted the chore/setup-ci branch May 19, 2026 22:14
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