Skip to content

ci: add pull request checks for app, docs, and Rust builds #2

@ubugeeei

Description

@ubugeeei

Finding

The repository only deploys docs on pushes to main. Pull requests can currently land without validating the Electron app build, render bundle, TypeScript project graph, docs build, or Rust backend/render crates.

Evidence

  • .github/workflows/deploy-docs.yml only runs docs deployment on main.
  • npm run build, npm run build:render, npm run docs:build, cargo check for backend/render all pass locally and should become PR gates.

Acceptance criteria

  • Add a pull_request workflow for Node and Rust checks.
  • Use npm ci with lockfile cache.
  • Run app build, render build, docs build, and cargo check for backend/render.
  • Keep deploy-docs unchanged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions