Skip to content

Merge pull request #4 from ifad/chore/rubocopify #3

Merge pull request #4 from ifad/chore/rubocopify

Merge pull request #4 from ifad/chore/rubocopify #3

Workflow file for this run

name: RuboCop
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
permissions:
contents: read
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: RuboCop
run: bundle exec rubocop