Skip to content

Add lint job to CI and trigger on development branch #122

Description

@crtahlin

Sub-issue of #114 (developer experience review).

Task

Modify .github/workflows/ci.yml:

  • Add lint job: checkout, Python 3.12, install ruff, run ruff check . and ruff format --check .
  • Add development to push and pull_request branch triggers (currently only main)

Why

CI currently only runs tests — no style enforcement. PRs to development (the active branch) don't trigger CI at all. Adding both closes the gap.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions