p6m-actions/JavaScript PNPM Build

Builds a JavaScript/TypeScript project using pnpm with flexible lint, test, and build commands

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
run-lintWhether to run lintingnotrue
lint-commandCommand to run for lintingnopnpm lint
lint-argsAdditional arguments for the lint commandno""
run-testWhether to run testsnotrue
test-commandCommand to run for testingnopnpm test
test-argsAdditional arguments for the test commandno""
run-buildWhether to run buildnotrue
build-commandCommand to run for buildingnopnpm build
build-argsAdditional arguments for the build commandno""
project-pathRelative path to the project directory containing package.json (must not contain '..' or be absolute)no.
node-optionsNode options for all processesno--max_old_space_size=4096
archive-coverageWhether to archive code coverage resultsnofalse
coverage-pathPath to the coverage reportsnocoverage

no outputs