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

Add basic CI configuration #3

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Add basic CI configuration #3

merged 1 commit into from
Jan 9, 2024

Commits on Jan 8, 2024

  1. Add basic CI configuration

    This commit adds a basic initial CI configuration. This just adds a
    single job that tests a build, runs `cargo fmt` and `cargo clippy` to
    ensure consistent formatting and style, and then runs the unittests.
    This provides coverage of the repo basics and we can expand and tweak
    this over time as the library evolves.
    mtreinish committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b29d72e View commit details
    Browse the repository at this point in the history