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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 24, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bharatpe/assets-checker@cbd3e4ee78d8004c9d69e6aa385838f4794e697a # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| target_folder | The path of directory which contains all your assets ex. src/assets | yes | src/assets |
| thrashold_size | Maximum size of assets allowed in Kb ex. 100 | yes | 100 |
| token | The token to use to access the GitHub API | yes | — |
Outputs
no outputs