Skip to content

Commit

Permalink
chore: fix gh actions to avoid starting builds when rubocop fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed May 23, 2023
1 parent 0d3b1b2 commit 916a39d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Expand Up @@ -38,6 +38,8 @@ jobs:
- 2.6
- 2.5

needs:
- lint
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down

0 comments on commit 916a39d

Please sign in to comment.