actions-marketplace-validations/NodeJS Continuous Integration steps

Composite Github Action to provides opinionated NodeJS steps to performs Continuous Integration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 29, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/escemi-tech_actions-node@8205be36cea2f4b31f252b4f23329392b77085af # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
checkoutCheckout parameters. Must be a json object. See https://github.com/actions/checkout{ }
package-managerUsed to specify a package manager. Supported values: 'yarn'yarn
buildBuild parameters. Must be a string or a json object.build
checksOptional flag to enable check steps.
lintOptional flag to enable lintingtrue
code-qlCode QL analysis language. See https://github.com/github/codeql-actiontypescript
testOptional flag to enable test. See https://github.com/github/codeql-actiontrue
coverageOptional flag to enable coverage report. See https://github.com/codecov/codecov-actiontrue

no outputs