Skip to content

Merge pull request #55 from viralpraxis/detect-offenses-within-class-… #137

Merge pull request #55 from viralpraxis/detect-offenses-within-class-…

Merge pull request #55 from viralpraxis/detect-offenses-within-class-… #137

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: Rubocop
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # 'bundle install' and cache gems
ruby-version: "2.7"
- name: Run Rubocop
run: bundle exec rubocop