Skip to content

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

Feature: Add rubocop github ci to prevent no localize variables

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

Workflow file for this run

name: Code style
on: [pull_request]
jobs:
lint:
name: all linters
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
version: 2.7.8
bundler-cache: true
- name: rubocop
run: bundle exec rubocop --parallel