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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase git ref (the "before" state)yes
headHead git ref (the "after" state)yes
max-sizeMaximum blob size in bytes (default 1000000 = ~1 MB)no1000000
goPath to the Go binary. If empty, Go is installed automatically via actions/setup-go.no""

no outputs