From bf101e16c3b6ebf95c85dec99bf21b2cdee00729 Mon Sep 17 00:00:00 2001 From: Matt Davidson Date: Thu, 16 Jul 2026 13:37:23 -0700 Subject: [PATCH] Rename CI job: checks with stable display name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The job key said 'test' but no test suite runs — it's lint, format, and typecheck. The explicit display name decouples the ruleset's required-check context from the YAML key. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0bd44..1d05f57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,8 @@ permissions: contents: read jobs: - test: + checks: + name: CI runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6