From c9b29df6b37ba9f2ee88412c8f4f3f919cf8e377 Mon Sep 17 00:00:00 2001 From: Armin Schreger Date: Fri, 22 Mar 2024 17:54:42 +0100 Subject: [PATCH] Add overcommit to gh action --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) 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