Skip to content

Commit

Permalink
Merge pull request #42 from keiji/improve_ci
Browse files Browse the repository at this point in the history
Job build depend on job detekt
  • Loading branch information
keiji authored Mar 6, 2024
2 parents fd5c1e5 + e0f2c81 commit 03dd400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
reviewdog -f=checkstyle -name="detekt" -reporter="github-pr-review"
# This workflow contains a single job called "build"
build:
needs: detekt

# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 03dd400

Please sign in to comment.