From dd9f0991166bb58b7933f99b634edb481b3b7e6c Mon Sep 17 00:00:00 2001 From: Johannes Schilling Date: Sun, 22 May 2022 20:03:29 +0200 Subject: [PATCH] Update style check CI job descriptions --- .github/workflows/style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 1adab156..f9fb40c9 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -12,13 +12,13 @@ jobs: strategy: fail-fast: false - name: Shellcheck + name: Style and Linters runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Run tests + - name: Shellcheck run: | shellcheck --version shellcheck ci/*.sh