diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f1b1a..b4e5be0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - bundler: 1.17.3 - name: Run tests run: bundle exec rspec + + - name: Run linter + run: bundle exec rubocop