Skip to content

Merge pull request #451 from bobbrodie/master #2

Merge pull request #451 from bobbrodie/master

Merge pull request #451 from bobbrodie/master #2

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop --format github