From 14c4e5102a06d8641caa65da788fc588e0671c6b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 16 Dec 2024 00:39:48 +0100 Subject: [PATCH] CI: Improve workflow labels (cosmetics) --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 772ddf6..b0e6d8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,9 @@ jobs: - uses: pre-commit/action@v3.0.1 with: extra_args: --all-files --hook-stage=manual + lint: - name: cd ${{ matrix.working-directory }} + name: "Run linters" needs: [ build ] if: ${{ needs.build.outputs.dirs-to-lint != '[]' }} strategy: @@ -65,7 +66,7 @@ jobs: secrets: inherit test: - name: cd ${{ matrix.working-directory }} + name: "Run software tests" needs: [ build ] if: ${{ needs.build.outputs.dirs-to-test != '[]' }} strategy: