.github/workflows/ci.yml in sidekiq-limit_fetch-4.4.0 vs .github/workflows/ci.yml in sidekiq-limit_fetch-4.4.1

- old
+ new

@@ -34,9 +34,11 @@ with: ruby-version: ${{ matrix.ruby }} bundler-cache: false - name: Bundle for Appraisal run: bundle + - name: Run Rubocop linting + run: bundle exec rubocop - name: Install Appraisal dependencies run: bundle exec appraisal sidekiq-${{ matrix.appraisal }} bundle - name: Run tests run: bundle exec appraisal sidekiq-${{ matrix.appraisal }} bundle exec rake