Skip to content

RuboCop Stage II: space offences #20

RuboCop Stage II: space offences

RuboCop Stage II: space offences #20

Workflow file for this run

name: RuboCop
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.3']
continue-on-error: ${{ matrix.channel != 'stable' }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Test with Rake
run: |
bundle exec rubocop