From 0c129d9c527d681e9718bfe4fe714a7af1a012ba Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:47:27 -0800 Subject: [PATCH] Add job names for badging --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cc15e0..e868a3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ci +name: CI on: push: @@ -18,6 +18,7 @@ on: jobs: build: + name: Build strategy: matrix: os: [ubuntu-latest, macOS-latest] @@ -39,6 +40,7 @@ jobs: - run: make all test: + name: Test needs: build strategy: matrix: