Skip to content

chore: remove EOL Rails versions from testing #1460

chore: remove EOL Rails versions from testing

chore: remove EOL Rails versions from testing #1460

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
2.7
]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop