Skip to content

style: Suppress Style/MapIntoArray cop #110

style: Suppress Style/MapIntoArray cop

style: Suppress Style/MapIntoArray cop #110

Workflow file for this run

name: Lint
on:
push:
pull_request:
schedule:
- cron: '10 21 * * 0'
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop