Add CI/CD pipelines for testing and publishing#2
Conversation
This change introduces two GitHub Actions workflows: - ci.yml: Runs on push and pull requests to the main branch. It installs dependencies, lints, formats, type-checks, and runs tests. - publish.yml: Triggers on new releases. It publishes the package to PyPI and a Docker image to the GitHub Container Registry. Additionally, this change: - Adds `ruff` and `mypy` as development dependencies. - Includes a `Dockerfile` for building the application image. - Modifies the test suite to skip tests requiring a `JULES_API_KEY` if the environment variable is not set, making the tests runnable in a CI environment.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. |
…LES_API_KEY` environment variable
This PR adds GitHub Actions workflows for CI (linting, testing) and publishing to PyPI and GitHub Container Registry. It also includes a Dockerfile and updates development dependencies.
PR created automatically by Jules for task 2229679187199814036