remedyred/Build, test, and lint

pnpm build, test, and lint scripts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 20, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: remedyred/check-action@a20be2a1760770d768c0e19514fd312f57284937 # v1.2.11

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

namedescriptionrequireddefault
PACKAGE_MANAGERpackage manager to use. (default: 'auto')no
SCRIPTSpackage.json scripts to run. (default: 'build,lint,test,docs')no
NO_BAILDon't bail on script failures [true/false] (default: false)no
BAIL_ON_MISSINGBail on missing script [true/false] (default: false)no
AUTOFIX_LOCKFILEAutofix and commit lockfile when mismatched. [true/false] (default: true)no
AUTOFIX_LINTAutofix and commit lint errors. [false/string script name for fix] (default: 'lint:fix')no
BAIL_ON_DIRTYFail if there are untracked changes. [true/false/string error message] (default: false)no
AUTO_COMMITPaths that are allowed to be automatically committed if changed. [true/false] (default: false)no
GITHUB_TOKENGitHub token to use.no
NPM_REGISTRYNPM registry to use. (default: 'https://registry.npmjs.org')no
NPM_REGISTRY_SCOPENPM registry scope to use. (default: '')no
NPM_TOKENNPM token to use.no
NODE_VERSIONNode version to use. (default: 'lts/*')nolts/*
PNPM_VERSIONpnpm version to use. (default: 9)no9
PREVENT_COMMITSPrevent commits. [true/false] (default: false)no
DEBUGManually debug the action. [true/false] (default: false)no

no outputs