bradfitz/Check for accidental large files
Compares two git tree-ishes and reports any new or changed blobs exceeding a size threshold. Ignores deletions and submodules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base git ref (the "before" state) | yes | — |
| head | Head git ref (the "after" state) | yes | — |
| max-size | Maximum blob size in bytes (default 1000000 = ~1 MB) | no | 1000000 |
| go | Path to the Go binary. If empty, Go is installed automatically via actions/setup-go. | no | "" |
Outputs
no outputs