-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
feature:rulez-uiRuleZ UI desktop applicationRuleZ UI desktop applicationmilestone:M1Project SetupProject Setup
Description
Task: M1-T03
Milestone: M1 - Project Setup (1 day)
Feature: RuleZ UI
Description
Create GitHub Actions CI workflow for RuleZ UI with Bun-based tooling.
Acceptance Criteria
- Create
.github/workflows/rulez-ui.yml - Configure Bun installation
- Add lint, typecheck, test stages
- Configure Tauri build for release artifacts
Workflow Stages
- Lint -
bun run lint - Typecheck -
bun run typecheck - Test -
bun run test - Build -
bun run build:tauri(on release)
Dependencies
- Depends on: M1-T01
Metadata
Metadata
Assignees
Labels
feature:rulez-uiRuleZ UI desktop applicationRuleZ UI desktop applicationmilestone:M1Project SetupProject Setup