aave-dao/foundry-gas-report
Generates a report about differences between versions of JSON files in a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 2, 2026
- License
- None
Pinned Snippet
uses: aave-dao/action-foundry-gas-diff@cda16f5932a0967ab8a67a0e55222abbc124bf10 # no releases — HEAD as of 2026-07-15tags 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 Gas Snapshots |
| token | The GitHub token to use for the API requests. | no | ${{ github.token }} |
| files | The files that should be compared. A glob is accepted. | no | snapshots/*.json |
| base_ref | The ref to compare against. Uses the base ref of the pull request if not provided. | no | — |
Outputs
| name | description |
|---|---|
| report | The report |