From 4b93d0ddbba95fa0ee4411790e1b805af8040bd0 Mon Sep 17 00:00:00 2001 From: Frederic Tessier Date: Tue, 12 Jul 2022 19:41:39 -0400 Subject: [PATCH] Tweak workflow job names --- .github/workflows/check-coding-style.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-coding-style.yaml b/.github/workflows/check-coding-style.yaml index cca17b9c5..dd16e62f8 100644 --- a/.github/workflows/check-coding-style.yaml +++ b/.github/workflows/check-coding-style.yaml @@ -14,10 +14,9 @@ on: jobs: - eol-whitespace: - + eol: + name: eol whitespace runs-on: ubuntu-latest - steps: - name: Checkout @@ -32,10 +31,10 @@ jobs: git diff (! git status | grep "modified") - astyle-standard: + astyle: + name: astyle standard runs-on: ubuntu-latest - steps: - name: Checkout