actions-marketplace-validations/check book image format
check book image format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 16, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/srz-zumix_actions-book-image-check@0dbba0867bf20354668272a43beba821d0f7efae # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | image directory path. default is '.' | no | . |
| level | report level (warning or error). default is 'error' | no | error |
| dpi | require dpi. if dpi==0, skip this check. default is '350' | no | 350 |
| longside | min longside pixel. if longside==0, skip this check. default is '1000' | no | 1000 |
| pixel_limit | maximum pixels. if pixel_limit==0, skip this check. default is '4000000' | no | 4000000 |
| formats | require formats (comma sparate). if empty, skip this check. default is 'JPEG' | no | JPEG |
| always_success | always exit code 0. default is 'false' | no | false |
Outputs
no outputs