Skip to content

Feature: Add rubocop github ci to prevent no localize variables #25

Feature: Add rubocop github ci to prevent no localize variables

Feature: Add rubocop github ci to prevent no localize variables #25

Workflow file for this run

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