-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Type of Task
Chore
User Story / Goal
As a developer, I want to automate checks on every pull request to ensure code quality and prevent regressions.
Acceptance Criteria
- A GitHub Actions workflow file is created in .github/workflows.
- The workflow runs on push and pull_request events.
- The workflow executes lint, type-check, and test scripts for all workspaces.
- The workflow's success or failure is reported on the pull request.
Technical Breakdown (Optional)
No response
Affected Packages
repo
Designs / Mockups (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request