kitsuyui/gh-build-size
Measure built artifact sizes, comment pull requests, and publish badges
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used for PR comments and branch publishing | yes | — |
| config-path | Path to the gh-build-size YAML or JSON config file | no | .github/gh-build-size.yml |
| default-branch | Override the repository default branch | no | — |
| publish-branch | Override the publish branch configured in the file | no | — |
| comment-key | Override the HTML marker key used for idempotent PR comments | no | — |
| output-dir | Directory used to write generated summary, file snapshot, report, target JSON, and badges | no | .gh-build-size |
Outputs
| name | description |
|---|---|
| summary-path | Path to the generated summary JSON file |
| summary-json | The generated summary JSON |
| files-path | Path to the generated files snapshot JSON |
| report-path | Path to the generated report Markdown file |
| violation-count | Number of target/compression pairs with failing conditions |
| has-violations | Whether any configured failing condition was violated |
| publish-branch | The publish branch used for generated assets |