Problem
Currently users must manually set up a workflow with actions/checkout, actions/setup-node, and npx setupsentry scan. A reusable composite action would simplify CI integration.
Proposed Scope
Create a composite GitHub Action that:
- Checks out the repository
- Sets up Node.js
- Runs SetupSentry scan
- Supports configurable failure threshold
Files/Components
- action.yml at repository root (composite action)
- README documentation with usage examples
- Test workflow that uses the action
Acceptance Criteria
Problem
Currently users must manually set up a workflow with actions/checkout, actions/setup-node, and npx setupsentry scan. A reusable composite action would simplify CI integration.
Proposed Scope
Create a composite GitHub Action that:
Files/Components
Acceptance Criteria