From d727eb258709cbcd3c7f385959082e9f88012f83 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 30 Aug 2026 20:58:13 +0000 Subject: [PATCH] Rename ci job to build-and-test The job key still showed as "ci" in the Actions UI even after the workflow itself was renamed to "Build and 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 a5626dc..60c3f5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: branches: [ master ] jobs: - ci: + build-and-test: runs-on: ubuntu-latest steps: