kdnsna/PPTLint check
Check whether a PowerPoint file is ready to send and upload offline HTML and JSON reports.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | PPTX file to audit. | yes | — |
| profile | baseline or ai-generated. | — | baseline |
| fail-on | none, low, medium, high, or critical. | — | high |
| min-score | Optional minimum overall score from 0 to 100. | — | "" |
| renderer | auto, wireframe, or libreoffice. | — | wireframe |
| scenario | present, screen, or document. | — | present |
| language | en or zh-CN. | — | en |
| report-mode | full or shareable. CI defaults to redacted artifacts. | — | shareable |
| policy | Optional repository-relative delivery policy path. | — | "" |
| artifact-name | Uploaded report artifact name. | — | pptlint-report |
Outputs
| name | description |
|---|---|
| readiness | Delivery result: ready, review, or blocked. |
| score | Secondary PPTLint trend score. |
| html-report | Path to the generated HTML report. |
| json-report | Path to the generated JSON report. |
| repair-plan | Path to the complete machine-readable repair plan. |
| exit-code | PPTLint CLI exit code (0 pass, 1 changes required, 2 operational error). |