sjames/Validate Syscribe Model
Validate a Syscribe model checks element schema, and enforces traceability rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| model-path | Path to the model directory, relative to the workspace root. | no | model/ |
| version | syscribe release tag to download (e.g. v0.26.10). Omit or set to 'latest' to always use the newest release. | no | latest |
| args | Extra arguments appended to `syscribe -m <model-path> validate`. Example: '--profile magicgrid' to enforce a MagicGrid profile, or '--deny W023' to promote a warning to a gate failure. | no | "" |
| fail-on-warnings | Exit with code 1 when any warnings are present. | no | false |
| upload-report | Upload the Markdown validation report as a workflow artifact. | no | true |
Outputs
| name | description |
|---|---|
| errors | Number of validation errors found. |
| warnings | Number of validation warnings found. |