-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Summary
Add GitHub Actions PR checks for the console React frontend to validate code quality before merging.
Proposed Checks
| Check | Command | Description |
|---|---|---|
| Install | rush install |
Install all dependencies |
| Build | rush rebuild --production |
Build all packages in dependency order |
| Lint | rush lint |
Run ESLint across all packages (if configured) |
Migration Note
There's an existing workflow at console/.github/workflows/ci.yml that can be referenced or migrated. It currently runs:
rush change --verifyrush installrush rebuild --verbose --production
References
- Rush config:
console/rush.json - Existing CI:
console/.github/workflows/ci.yml
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request