Skip to content

Merge pull request #307 from ifad/chore/prefer-require-relative #109

Merge pull request #307 from ifad/chore/prefer-require-relative

Merge pull request #307 from ifad/chore/prefer-require-relative #109

Workflow file for this run

name: RuboCop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
name: RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6.10'
bundler-cache: false
rubygems: latest
- name: RuboCop
run: |
gem install rubocop rubocop-performance rubocop-rspec
rubocop