Skip to content

Commit

Permalink
Add overcommit to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
armins committed Mar 22, 2024
1 parent 7100796 commit c9b29df
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 @@ -34,5 +34,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run Overcommit
run: bundle exec overcommit --run
- name: Run tests
run: bundle exec rspec

0 comments on commit c9b29df

Please sign in to comment.