From 501788261186e55a93b8bc3d3a9276fa041f70c6 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 30 Aug 2026 20:42:49 +0000 Subject: [PATCH] Rename CI workflow to "Build and Test" "CI" didn't say what it actually runs (build, the test/test.sh golden file suite, and a doc-generation smoke test). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01UyGjWEMRv9qKWKmXJfgW7v --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6472e30..a5626dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI +name: Build and Test on: push: