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: Add github workflows #1

Merged
merged 2 commits into from
Jul 9, 2024
Merged

ci: Add github workflows #1

merged 2 commits into from
Jul 9, 2024

Commits on Jul 8, 2024

  1. fix: random test failures

    Deleting the job manager when the cli finishes explicitly avoids random issues in the tests when the cli is called repeatedly.
    183amir committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c98c07a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. ci: github workflows

    Use pixi to run doc build and tests.
    Use pre-commit action to run qa.
    Use pypi action to handle release.
    Use a readthedocs workflow to build a preview for docs in a PR.
    Use dependabot to keep things updated.
    Update gitlab urls to github
    Add a conventional-pre-commit hook
    Create a COPYING file to indicate the license to Github interface
    Cleanup pixi settings.
    Add coverage reports
    Fix coverage badge based on that
    
    Co-authored-by: Yannick-Dayer <[email protected]>
    183amir and Yannick-Dayer committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f0feefd View commit details
    Browse the repository at this point in the history