Skip to content

Merge pull request #201 from matthewshafer/mocha-2 #95

Merge pull request #201 from matthewshafer/mocha-2

Merge pull request #201 from matthewshafer/mocha-2 #95

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Lint
run: bundle exec rubocop --parallel