trevismurithi/Qleaner Health Guardian
Install Qleaner from npm and run read-only tidy (with per-step -r reports), image scan, and summary. React, Vue, and Nuxt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| qleaner-version | npm version tag for the published `qleaner` package (e.g. 1.5.1 or latest). | no | 1.5.1 |
| node-version | Node.js version for setup-node. | no | 20 |
| scan-path | Code directory passed to `qleaner tidy`. | yes | . |
| image-assets-path | Image assets directory passed to `qleaner image` (first argument). | no | "" |
| image-code-path | Code root for image reference resolution (second `qleaner image` argument). | no | "" |
| tidy-extra-args | Extra arguments for `qleaner tidy` (default `-r` prints per-step dry-run tables — console log tiers, unused code, duplicates, exports). | no | -r |
| image-extra-args | Extra arguments appended to `qleaner image` (default dry-run table with similarity threshold). | no | -d -T 0.1 |
| skip-image | Skip the image scan step when true. | no | false |
| skip-summary | Skip `qleaner summary` when true. | no | false |
| restore-cache | Restore `unused-check-cache.json` from the Actions cache before running. | no | true |
Outputs
| name | description |
|---|---|
| tidy-report-file | Path to the captured tidy stdout/stderr log. |
| image-report-file | Path to the captured image scan log. |
| summary-file | Path to the captured summary log. |