Skip to content

Commit

Permalink
chore: cosmetic ci improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Nov 9, 2023
1 parent ef368b2 commit 5888260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ permissions:
jobs:
## Stage: Build Library
build-library:
name: "Build: Library"
uses: ./.github/workflows/module.build.yml
secrets: inherit
permissions:
Expand All @@ -40,6 +41,7 @@ jobs:

## Stage: Check CodeQL
checks-codeql:
name: "Checks"
uses: ./.github/workflows/module.codeql.yml
secrets: inherit
permissions:
Expand All @@ -50,6 +52,7 @@ jobs:

## Stage: Check CodeQL
checks-detekt:
name: "Checks"
uses: ./.github/workflows/module.detekt.yml
secrets: inherit
permissions:
Expand Down

0 comments on commit 5888260

Please sign in to comment.