Skip to content

Add GitHub Actions CI: lint, build & test pipeline #17

@Harushii16

Description

@Harushii16

Currently the repo does not have a CI workflow set up. This PR will add a GitHub Actions workflow that runs on pull requests and pushes to main.

The workflow will:

  • Install dependencies (Node 18)
  • Cache node_modules
  • Run lint (if a lint script exists)
  • Run build (if present)
  • Run tests with Vitest

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions