Skip to content

build: adds ruby 3.3 and rails 7.1 to CI (#440) #1447

build: adds ruby 3.3 and rails 7.1 to CI (#440)

build: adds ruby 3.3 and rails 7.1 to CI (#440) #1447

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