Skip to content

remove dot-notation enforcement #23

remove dot-notation enforcement

remove dot-notation enforcement #23

Workflow file for this run

name: Rubocop
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: "default doc job cable storage ujs test db"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop