diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 0bb206f..6d9b003 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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