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: