Skip to content

Commit

Permalink
Rename job in shellcheck.yml
Browse files Browse the repository at this point in the history
The name of "shellcheck" is more specific and eliminate
confusion with the "test" job in `test.yml`
  • Loading branch information
candleindark committed May 3, 2024
1 parent 7ede3ae commit 0291333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Shellcheck on scripts
on: [ push, pull_request ]

jobs:
test:
shellcheck:

runs-on: ubuntu-latest

Expand Down

0 comments on commit 0291333

Please sign in to comment.