syntax-dot/VerdictCI
Run VerdictCI evals and publish a GitHub Actions summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to verdictci.yaml or evals.yaml. | yes | — |
| output | Path where VerdictCI writes result JSON. | no | verdictci-result.json |
| summary | Path where VerdictCI writes Markdown summary. | no | verdictci-summary.md |
| fixture-mode | Run deterministic fixture cases without provider calls. | no | false |
| fail-on | Failure policy for the MVP. Only fail is supported. | no | fail |
| upload-artifact | Upload the VerdictCI result JSON artifact. | no | true |
| artifact-name | Name for the uploaded VerdictCI result artifact. | no | verdictci-result |
Outputs
| name | description |
|---|---|
| verdict | Final VerdictCI verdict. |
| result-path | Path to the VerdictCI result JSON artifact. |
| passed | Number of passed cases. |
| failed | Number of failed cases. |
| errored | Number of errored cases. |