actions-marketplace-validations/NodeJS Continuous Integration steps
Composite Github Action to provides opinionated NodeJS steps to performs Continuous Integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 29, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/escemi-tech_actions-node@8205be36cea2f4b31f252b4f23329392b77085af # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Checkout parameters. Must be a json object. See https://github.com/actions/checkout | — | { } |
| package-manager | Used to specify a package manager. Supported values: 'yarn' | — | yarn |
| build | Build parameters. Must be a string or a json object. | — | build |
| checks | Optional flag to enable check steps. | — | — |
| lint | Optional flag to enable linting | — | true |
| code-ql | Code QL analysis language. See https://github.com/github/codeql-action | — | typescript |
| test | Optional flag to enable test. See https://github.com/github/codeql-action | — | true |
| coverage | Optional flag to enable coverage report. See https://github.com/codecov/codecov-action | — | true |
Outputs
no outputs