Skip to content

Cut 0.11.1

Cut 0.11.1 #60

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
main:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Build and run RuboCop
run: |
bundle install --jobs 4 --retry 3
bundle exec rubocop