Skip to content

noop test - do not merge #134

noop test - do not merge

noop test - do not merge #134

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2' ]
permissions:
contents: read
steps:
- name: checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # [email protected]
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rubocop -c .rubocop.yml lib/ spec/