From 5888260ba24368d7d0fdf732fbd56c9019ffa422 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Wed, 8 Nov 2023 19:02:48 -0800 Subject: [PATCH] chore: cosmetic ci improvements Signed-off-by: Sam Gammon --- .github/workflows/on.pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/on.pr.yml b/.github/workflows/on.pr.yml index 581f044..cc5fc6f 100644 --- a/.github/workflows/on.pr.yml +++ b/.github/workflows/on.pr.yml @@ -29,6 +29,7 @@ permissions: jobs: ## Stage: Build Library build-library: + name: "Build: Library" uses: ./.github/workflows/module.build.yml secrets: inherit permissions: @@ -40,6 +41,7 @@ jobs: ## Stage: Check CodeQL checks-codeql: + name: "Checks" uses: ./.github/workflows/module.codeql.yml secrets: inherit permissions: @@ -50,6 +52,7 @@ jobs: ## Stage: Check CodeQL checks-detekt: + name: "Checks" uses: ./.github/workflows/module.detekt.yml secrets: inherit permissions: