Skip to content

Add reusable GitHub Action for CI integration #4

Description

@Pavithran-R-A

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

  • action.yml defines a usable composite action
  • Action supports fail-on input parameter
  • README documents action usage
  • Example workflow shown in README is correct and tested
  • All existing tests still pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions