From 3e6e0a0b0d6b5d9ebfce7fc5a8bd8c26fd548716 Mon Sep 17 00:00:00 2001 From: "Cheng-Chen, Chen" Date: Thu, 10 Sep 2026 09:09:30 +0800 Subject: [PATCH] docs: align README with current public state --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.