Skip to content

Commit

Permalink
GH actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezr-ondrej committed Sep 24, 2021
1 parent 9f99a05 commit 4600307
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master

jobs:
rubocop:
runs-on: ubuntu-latest
Expand All @@ -19,7 +18,7 @@ jobs:
bundler-cache: true
- name: Run rubocop
if: github.event_name != 'push'
run: bundle exec rubocop --format github
run: bundle exec rubocop
test_ruby:
runs-on: ubuntu-latest
needs: rubocop
Expand Down

0 comments on commit 4600307

Please sign in to comment.