chromatichq/JavaScript Lockfile Check
Check for and enforce the correct lockfile for your JS project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-manager | The package manager you use | yes | npm |
| working-directory | An optional working directory, relative to the project root | — | ./ |
Outputs
| name | description |
|---|---|
| lockfile-check-result | The results of the check; can be `success` or `failure`. |