ajorquera/Test and Build
Runs tests, linting, and builds the project using Node.js
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 3, 2026
- License
- None
Pinned Snippet
uses: ajorquera/test-and-build-action@c1b39a8180864009371979e72387da724091de70 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cache | Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm. | — | "" |
| env-as-json | Environment variables as JSON string | — | {} |
| node-version | Node.js version to use | — | 20 |
| skips-tests | Skip running tests | — | false |
| skips-lint | Skip running lint | — | false |
| registry-url | Registry to set up for auth | — | "" |
Outputs
no outputs