Skip to content

Bump to 2.5.0 version #23

Bump to 2.5.0 version

Bump to 2.5.0 version #23

Workflow file for this run

name: Lint Ruby
on:
push:
branches:
- master
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: 'gemfiles/rubocop.gemfile'
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- name: Lint Ruby code with Rubocop
run: bundle exec rubocop