aave-dao/forge-sizes
Generates a report about changes in `forge build --sizes --json` outputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 2, 2026
- License
- None
Pinned Snippet
uses: aave-dao/action-forge-sizes@1fdc5bdae9a0127e0343f78eaf643c66c7d6df8d # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| heading | The heading to use for the report. | no | Forge Build Sizes |
| base-report-path | The path of the base json report. | yes | — |
| report-path | The path of the updated json report. | yes | — |
| token | The GitHub token to use for posting the report comment. | no | ${{ github.token }} |
| comment | Whether to post the report as a comment. | no | true |
Outputs
| name | description |
|---|---|
| report | The report |