diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d9c4118..6a6f188 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -24,6 +24,7 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Run tests + - name: Install Rubocops latest version run: gem install rubocop + - name: Run tests run: rubocop