Skip to content

Add PreventReindexFullESDocumentCop #186

Add PreventReindexFullESDocumentCop

Add PreventReindexFullESDocumentCop #186

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.6', '2.7', '2' ]
name: Test gem in ruby version ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Build with dependencies
run: |
gem install bundler -v 2.1.4
bundle install
- name: Test with rspec
run: |
bundle exec rspec
- name: Lint with rubocop
run: |
bundle exec rubocop