actions-marketplace-validations/bloaty-action
Run Bloaty McBloatface: a size profiler for binaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bloaty-args | Arguments to pass to Bloaty McBloatface | yes | — |
| output-to-summary | Add the Bloaty output to the GitHub Actions Job Summary | no | false |
| summary-title | Title on top of the Bloaty output in the GitHub Actions Job Summary | no | bloaty output |
| action-verbose | Print to log additional info from the action process (not bloaty itself) | no | false |
Outputs
| name | description |
|---|---|
| bloaty-output | The output from Bloaty McBloatface |
| bloaty-output-encoded | bloaty output in a string with escaped characters (so you'll get things like \n) |