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