rudderlabs/github-action-check-size-limit
size-limit action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| is_monorepo | denote if action is used in a Monorepo and thus install script should execute always on root instead of provided package/custom subdirectory | no | false |
| github_token | a github access token | yes | — |
| install_script | a custom npm script to install | no | — |
| build_script | a custom npm script to build | no | — |
| clean_script | a npm script to clean up build directory | no | — |
| skip_step | which step to skip, either "install" or "build" | no | — |
| 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 |
Outputs
no outputs