Skip to content

good first issue: Add GitHub Actions CI workflow #22

Description

@devi5040

🚀 Add GitHub Actions CI Workflow

Description

Create a GitHub Actions workflow to automatically validate pull requests and commits.


Requirements

Create:

.github/workflows/ci.yml

The workflow should:

  • Install dependencies
  • Build the project
  • Run lint checks
  • Run formatting checks
  • Run tests (when available)

Trigger on:

  • push
  • pull_request

Tasks

  • Create workflow
  • Setup Node.js
  • Install dependencies
  • Run lint
  • Run format check
  • Run tests (if available)

Acceptance Criteria

Every pull request automatically runs CI checks.


⭐ Support Scaffinity

If you enjoy contributing, please consider giving the repository a ⭐ to support the project and help more developers discover it.

👉 https://github.com/devi5040/scaffinity

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions