actions-marketplace-validations/build-test-merge-publish
GitHub Actions workflow to build & test npm packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| install-command | Command to install package dependencies | no | npm ci |
| build-command | Command to run to build the package | no | — |
| release-command | Command to publish the package | no | npm run release |
| main-branch | Branch to release from | no | main |
| merge-method | Method to use to merge dependabot PRs | no | REBASE |
| private-npm-registry | Private registry to auth with for install/publish | no | — |
| private-npm-token | Auth token to use with private npm registry | no | — |
| auto-merge-bot | The github username of a bot whose PRs should be auto approved and auto merged | no | — |
Outputs
no outputs