remedyred/Build, test, and lint
pnpm build, test, and lint scripts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 20, 2026
- License
- MIT
Pinned Snippet
uses: remedyred/check-action@a20be2a1760770d768c0e19514fd312f57284937 # v1.2.11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PACKAGE_MANAGER | package manager to use. (default: 'auto') | no | — |
| SCRIPTS | package.json scripts to run. (default: 'build,lint,test,docs') | no | — |
| NO_BAIL | Don't bail on script failures [true/false] (default: false) | no | — |
| BAIL_ON_MISSING | Bail on missing script [true/false] (default: false) | no | — |
| AUTOFIX_LOCKFILE | Autofix and commit lockfile when mismatched. [true/false] (default: true) | no | — |
| AUTOFIX_LINT | Autofix and commit lint errors. [false/string script name for fix] (default: 'lint:fix') | no | — |
| BAIL_ON_DIRTY | Fail if there are untracked changes. [true/false/string error message] (default: false) | no | — |
| AUTO_COMMIT | Paths that are allowed to be automatically committed if changed. [true/false] (default: false) | no | — |
| GITHUB_TOKEN | GitHub token to use. | no | — |
| NPM_REGISTRY | NPM registry to use. (default: 'https://registry.npmjs.org') | no | — |
| NPM_REGISTRY_SCOPE | NPM registry scope to use. (default: '') | no | — |
| NPM_TOKEN | NPM token to use. | no | — |
| NODE_VERSION | Node version to use. (default: 'lts/*') | no | lts/* |
| PNPM_VERSION | pnpm version to use. (default: 9) | no | 9 |
| PREVENT_COMMITS | Prevent commits. [true/false] (default: false) | no | — |
| DEBUG | Manually debug the action. [true/false] (default: false) | no | — |
Outputs
no outputs