actions-marketplace-validations/Run size-limit
size-limit action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | a github access token | yes | — |
| build_script | a custom npm script to build | no | build |
| clean_script | a npm script to clean up build directory | no | — |
| skip_install | Whether to skip `install` step | no | false |
| skip_build | Whether to skip `build` step | no | false |
| directory | a custom subdirectory | no | — |
| windows_verbatim_arguments | exec `size-limit` with the option `windowsVerbatimArguments` | no | true |
| script | The script used to generate size-limit results | no | npx size-limit --json |
| package_manager | The package manager used to run the build and install commands. If not provided, the manager will be auto detected. Example values: `yarn`, `npm`, `pnpm`. | no | — |
Outputs
no outputs