apusharma45/Veridra CI
Run Veridra Core suites in CI, gate pass/fail, and post sticky PR comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| suite_path | Path to suite YAML file | yes | — |
| provider | Optional provider override (openai, ollama, groq) | no | "" |
| model | Optional model override | no | "" |
| mock | Run in mock mode (true|false) | no | false |
| output_path | Path for JSON result | no | veridra-results.json |
| post_pr_comment | Post sticky PR comment when event is pull_request (true|false) | no | true |
| upload_artifact | Upload JSON result as a workflow artifact (true|false) | no | true |
| artifact_name | Artifact name for uploaded JSON results | no | veridra-results |
| core_version | Pinned veridra-core git ref, e.g. v0.1.0 or main | no | v0.1.0 |
Outputs
| name | description |
|---|---|
| result_path | Path to generated Veridra JSON results |
| passed | Passed case count |
| failed | Failed case count |
| score | Score percentage |
| status | pass|fail|error |