Skip to content

Commit

Permalink
Revise CI job names
Browse files Browse the repository at this point in the history
Resolves #15 (Revise CI job names).
  • Loading branch information
apcountryman committed Mar 27, 2024
1 parent 96038ad commit c81e036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c81e036

Please sign in to comment.