Skip to content

Commit

Permalink
Enable Rubocop in the GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikapelyukhin committed Jan 17, 2024
1 parent 95592f7 commit 5fb0651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
- name: Run Rubocop
run: bundle exec rubocop

0 comments on commit 5fb0651

Please sign in to comment.