bharatpe/Assets Checker

A Github Action to Analyse your static image files and warns if the size increase the threshold size. It check for .jpg, .svg, .png, .gif, .jpeg files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 24, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: bharatpe/assets-checker@cbd3e4ee78d8004c9d69e6aa385838f4794e697a # no releases — HEAD as of 2026-07-14

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
target_folderThe path of directory which contains all your assets ex. src/assetsyessrc/assets
thrashold_sizeMaximum size of assets allowed in Kb ex. 100yes100
tokenThe token to use to access the GitHub APIyes

no outputs