🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 45e5fe4230364612e439938a4067b955ce1ba1b1
Parent: 263cf8a538eff1c1cfd9bc4498658d80d322b78a
Author: Matt Colligan <mcol@posteo.net>
Date: 2026-08-30 22:00:00 +0100
Committer: GitHub <noreply@github.com>
Committed: 2026-08-30 22:00:00 +0100

Rename ci job to build-and-test (#32)

The job key still showed as "ci" in the Actions UI even after the
workflow itself was renamed to "Build and Test".


Claude-Session: https://claude.ai/code/session_01UyGjWEMRv9qKWKmXJfgW7v

Co-authored-by: Claude <noreply@anthropic.com>

.github/workflows/ci.yaml Modified

@@ -7,7 +7,7 @@
     branches: [ master ]
 
 jobs:
-  ci:
+  build-and-test:
     runs-on: ubuntu-latest
 
     steps: