Commit 263cf8a538eff1c1cfd9bc4498658d80d322b78a Parent: 97e8503846da3e3aeba907eb63832a0c29d34634 Author: Matt Colligan <mcol@posteo.net> Date: 2026-08-30 21:52:20 +0100 Committer: GitHub <noreply@github.com> Committed: 2026-08-30 21:52:20 +0100 Rename CI workflow to "Build and Test" (#31) "CI" didn't say what it actually runs (build, the test/test.sh golden file suite, and a doc-generation smoke test). Claude-Session: https://claude.ai/code/session_01UyGjWEMRv9qKWKmXJfgW7v Co-authored-by: Claude <noreply@anthropic.com>
.github/workflows/ci.yaml Modified
@@ -1,4 +1,4 @@ -name: CI +name: Build and Test on: push: