actions-marketplace-validations/amilajack/size-limit-action
size-limit action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 12, 2022
- License
- ISC
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/amilajack_size-limit-action@f90a7bc42c84864c8a5cd1279a8aed9b9805c108 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | a github access token | yes | — |
| 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 |
| main_branch | The name of the main/protected branch | no | master |
| threshold | The percentage threshold for size changes before posting a comment | no | 0.0125 |
| cmd | The command used to generate size-limit results | no | npx size-limit --json |
Outputs
no outputs