From c81e036aa88e68e69829337a3a1307728cef6483 Mon Sep 17 00:00:00 2001 From: Andrew Countryman Date: Wed, 27 Mar 2024 11:58:29 -0700 Subject: [PATCH] Revise CI job names Resolves #15 (Revise CI job names). --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e24eb1d..b342f9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ on: - main jobs: - analyze-static-shellcheck: - name: Analyze (static) - shellcheck + analyze-shellcheck: + name: Analyze (shellcheck) runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4