Goal
Add a copy-pasteable GitHub Actions workflow under `examples/github-actions/` that runs a GOPAL policy against an input file and fails the build on non-compliance.
Why this matters
The README pitches GOPAL as "AI compliance checks that run in CI," but doesn't yet ship a working workflow. A concrete `workflow.yaml` makes the integration story real and is the kind of file engineering teams immediately copy into a downstream repo.
Files likely involved
- `examples/github-actions/workflow.yaml` (new)
- `examples/github-actions/input.json` (new — or reuse an existing example's input)
- `examples/github-actions/README.md` (new) — shows how to drop the workflow into a downstream repo
Acceptance criteria
Get help
Comment here. This is a great first contribution because it touches one workflow file, not Rego.
Goal
Add a copy-pasteable GitHub Actions workflow under `examples/github-actions/` that runs a GOPAL policy against an input file and fails the build on non-compliance.
Why this matters
The README pitches GOPAL as "AI compliance checks that run in CI," but doesn't yet ship a working workflow. A concrete `workflow.yaml` makes the integration story real and is the kind of file engineering teams immediately copy into a downstream repo.
Files likely involved
Acceptance criteria
Get help
Comment here. This is a great first contribution because it touches one workflow file, not Rego.