Skip to content

Bump actions/checkout from 3 to 4 #205

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #205

Workflow file for this run

name: Rubocop
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
rubocop:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
2.7
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby linter
run: bundle exec rubocop