Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Refactor GitHub workflows #236

Merged
merged 3 commits into from
Jan 8, 2024

Commits on Jan 5, 2024

  1. Refactor GitHub workflows

    - The pull request introduces predefined GitHub actions for CI env setup from `lurk-lab/ci-workflows` to simplify the existing Rust action workflow,
    - A new workflow for generating and deploying crate docs has been added, triggering on push to the `dev` branch and on changes in Rust and Cargo files.
    - Updates have been made to the dependabot configuration to enable 'minor' and 'patch' types for rust dependencies.
    - Lastly, a new nightly workflow is set up for sanity checks, including jobs to examine unused dependencies and verify rust version.
    huitseeker committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8da31c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5d392a2 View commit details
    Browse the repository at this point in the history
  2. fix: review nit

    huitseeker committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    301a064 View commit details
    Browse the repository at this point in the history