| config-file | Path to armature.yaml config file (relative to workspace root) | no | armature.yaml |
| checks | Comma-separated list of checks to enable (lint, type_check, test, security, complexity, docstring, test_ratio, dependency_audit). Defaults to config file values.
| no | "" |
| fail-threshold | Quality gate: draft (0.70) | review_ready (0.85) | merge_ready (0.95) | no | review_ready |
| python-version | Python version to set up | no | 3.11 |
| run-gc | Run garbage collection sweep after quality checks | no | false |
| run-heal | Attempt self-healing when checks fail | no | false |
| upload-report | Upload an HTML quality report as a workflow artifact | no | false |