davidahmann/Gait Regress
Enforce AI policy in CI with deterministic checks and portable evidence artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 15, 2026
- License
- Apache 2.0
Pinned Snippet
uses: davidahmann/gait-ci-action@1dca18dfb70852dfa674108e188221ebab62a755 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release version tag (for example v1.0.7) or latest | no | latest |
| workdir | Working directory where Gait command runs | no | . |
| command | Command mode: regress or policy-test | no | regress |
| args | Additional arguments passed to the selected command | no | "" |
| upload_artifacts | Upload ./gait-ci outputs as workflow artifacts | no | true |
| artifact_name | Artifact name when upload_artifacts=true | no | gait-artifacts |
Outputs
| name | description |
|---|---|
| exit_code | Exit code produced by the selected Gait command |
| summary_path | Path to bounded summary file |
| artifact_path | Path to generated action artifacts |