wyvox/pnpm monorepo action with no boilerplate
Removes all boilerplate: checkout, pnpm, cache, optional turborepo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Override the default node version, or override what is specified in your project's volta config | no | — |
| node-registry-url | Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN. | no | "" |
| pnpm-version | Override the default pnpm version, which defaults to the latest 8.x | no | — |
| pnpm-args | Directly pass args to pnpm | no | — |
| persist-credentials | Whether to configure the token or SSH key with the local git config | — | true |
| fetch-depth | Number of commits to fetch. 0 indicates all history for all branches and tags. | — | 1 |
| lfs | Whether to download Git-LFS files | — | "" |
| ref | Which git ref to use when checking out code | — | "" |
| repo-token | A token with repo access to allow turborepo to upload and download artifacts. The default secrets.GITHUB_TOKEN is enough. | no | — |
Outputs
no outputs