davidjgrimsley/MDS Doctor
Run MrDJ Doctor in CI and gate on score/min-score.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Project path to scan (relative to the caller repo root) | no | . |
| mode | Doctor mode: ci, fast, or full | no | ci |
| run-scripts | Run project scripts (lint/typecheck/test/expo doctor/build) when present | no | true |
| timeout-ms | Timeout per script check | no | 120000 |
| min-score | Fail when Doctor score is below this value | no | 90 |
| suite-repo | GitHub repo containing the Doctor source (monorepo) | no | DavidJGrimsley/mrdj-dev-suite |
| suite-ref | Git ref (branch/tag/SHA) to use for the Doctor source | no | main |
| node-version | Node.js version for the runner | no | 20 |
Outputs
| name | description |
|---|---|
| score | Doctor score (0-100) |
| errors | Doctor error count |
| warnings | Doctor warning count |
| passed | Doctor pass count |
| skipped | Doctor skip count |