Skip to content

Add GitHub Actions CI workflow #9

@AngusHsu

Description

@AngusHsu

Description

Create a GitHub Actions workflow at .github/workflows/ci.yml that runs on push and PR.

CI steps

  1. Checkout code
  2. Setup Node.js 22
  3. npm ci
  4. npm run lint
  5. npm run test
  6. npm run build

Triggers

  • Push to main
  • Pull requests targeting main

Depends on

Acceptance Criteria

  • .github/workflows/ci.yml exists
  • CI runs lint, test, build in order
  • CI passes on push to main

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions