1 Commits

Author SHA1 Message Date
e865ebfee1
Add CI workflow for automated builds and tests in Github
Some checks failed
CI + Deploy / lint (push) Successful in 10s
CI + Deploy / test (push) Successful in 13s
CI + Deploy / deploy_to_pypi (push) Failing after 12s
CI + Deploy / deploy_to_registries (push) Successful in 33s
- Adds a GitHub Actions workflow for linting, testing, and pushing to GHCR.
- Uses uv for environment management and dependency installation.
- Includes Ruff for linting and pytest for testing.
- Uploads test coverage to Codecov.
- Pushes the Docker image to GHCR on pushes to the master branch.
2025-05-17 14:58:46 -03:00