Skip to content

Bump rails from 7.0.5 to 7.0.8.1 #78

Bump rails from 7.0.5 to 7.0.8.1

Bump rails from 7.0.5 to 7.0.8.1 #78

Workflow file for this run

name: Lintering by rubocop
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop -c .rubocop.yml