kitconcept/Image Checker

Analyzes images files in a repository and validates their size and dimensions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
file-extensionsComma-separated list of image file extensions.nopng,jpg,jpeg,gif,webp,avif,tiff,svg
pathsComma-separated list of paths to scan for images.yes
min-sizeMinimum allowed file size in bytes. Files smaller than this value will be flagged.no
max-sizeMaximum allowed file size in bytes. Files larger than this value will be flagged.no
min-widthMinimum allowed image width in pixels. Images narrower than this value will be flagged.no
max-widthMaximum allowed image width in pixels. Images wider than this value will be flagged.no
min-heightMinimum allowed image height in pixels. Images shorter than this value will be flagged.no
max-heightMaximum allowed image height in pixels. Images taller than this value will be flagged.no
fail-on-errorIf true (default), the action fails when any constraint is violated. Set to false to report violations as warnings without failing the workflow.notrue
summary-titleTitle to use for the GitHub Step Summary section. Defaults to "Image Checker".no""
namedescription
failed-filesComma-separated list of files that failed one or more checks.
failed-countNumber of files that failed one or more checks.