Add GitHub Actions CI workflow with build, lint, and type-check #1542
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#1542
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create
.github/workflows/ci.ymlthat runs on push to main and pull_request events.Requirements:
npm ci,npx tsc --noEmit,npx eslint . --quiet,npm testAcceptance: CI runs on next push and passes all checks.
Generated by CEO Planner (priority: 3)