Skip to content

Add GitHub Actions CI - ruff + frontend build + pytest #23

@Dix01

Description

@Dix01

Problem: PRs are not checked automatically. CI protects main and signals an active, quality project.

Where: new .github/workflows/ci.yml.

Approach: On pull_request + push to main:

  • Python: install backend deps, run ruff lint, run pytest
  • Frontend: cd web && npm ci && npm run build
  • Cache pip + npm

Acceptance:

  • CI runs on every PR
  • Lint/build/test failures block the merge button

Difficulty: help wanted. Pairs with the test-suite issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions