sarveshsea/memi design CI
Design CI gate: full-tree scan, PR scope, baseline filter, SARIF, and health report. Deterministic, no LLM in enforcement.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Exact @memi-design/cli version. Defaults to the reviewed 2.6.2 pin; ranges and dist-tags are rejected. | no | 2.6.2 |
| fail-on | Override the policy gate severity: critical, high, medium, low, or none. Empty uses memoire.policy.json. | no | "" |
| base | Base Git ref for PR scoping. Empty uses origin/$GITHUB_BASE_REF, then origin/main. | no | "" |
| target | Directory to scan, relative to the checked-out workspace. Empty scans the repository root. | no | "" |
| report | Generate and upload the design-health report artifact. Accepts true or false. | no | true |
| upload-sarif | Upload SARIF to GitHub code scanning when permissions allow. Fork pull requests are skipped automatically. | no | true |
Outputs
| name | description |
|---|---|
| cli-version | The exact memi CLI version used by this action. |
| gate-outcome | The GitHub step outcome for memi ci: success or failure. |
| sarif-path | Workspace-relative path to the generated SARIF file. |
| report-path | Workspace-relative path to the generated HTML report. |
| artifact-id | GitHub artifact ID for memi-design-health, or empty when report upload is disabled or no files were produced. |
| artifact-url | Authenticated GitHub URL for the uploaded report artifact, or empty when no artifact was uploaded. |