From 029133363941dce252108ad09e997a90dd25268b Mon Sep 17 00:00:00 2001 From: Isaac To Date: Fri, 3 May 2024 12:10:25 -0700 Subject: [PATCH] Rename job in shellcheck.yml The name of "shellcheck" is more specific and eliminate confusion with the "test" job in `test.yml` --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 762b81ac..12c8d2ef 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -3,7 +3,7 @@ name: Shellcheck on scripts on: [ push, pull_request ] jobs: - test: + shellcheck: runs-on: ubuntu-latest