actions-marketplace-validations/Don Cheli SDD Check
Verify SDD quality gates, TDD compliance, coverage and OWASP audit on Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/doncheli_don-cheli-sdd@23713bfec90681dc4a9b4a8483b8e87d6636b6b6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gates | Quality gates to run: all, spec, tdd, coverage, owasp, custom (comma-separated) | no | all |
| min-coverage | Minimum test coverage percentage (0-100) | no | 85 |
| comment-pr | Post results as PR comment (true/false) | no | true |
| fail-on-warn | Treat warnings as failures (true/false) | no | false |
| dc-dir | Path to .dc/ directory (auto-detects .dc/ or .especdev/) | no | "" |
| custom-gates-dir | Path to custom gates directory | no | .dc/gates |
Outputs
| name | description |
|---|---|
| passed | Whether all gates passed (true/false) |
| report | Full report in markdown format |
| coverage | Test coverage percentage |
| gates-passed | Number of gates passed |
| gates-total | Total number of gates |