diff --git a/README.md b/README.md index aafb35a..e64cfd3 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,6 @@ Go 1.26 or newer is required: The validation scripts check formatting, repeated unit tests, race safety, vet, module integrity, the public-tree policy, deterministic builds, binary content, and audit-CLI behavior. The container build repeats the complete Go test suite before producing the static Linux binary. -No CI/CD configuration is included. +The repository-integrity workflow runs for pull requests, `main` pushes, and +manual dispatch. It validates repository policy but does not publish or deploy +runtime artifacts.