Skip to content

chore: update RuboCop configuration and dependencies for compatibilit… #35

chore: update RuboCop configuration and dependencies for compatibilit…

chore: update RuboCop configuration and dependencies for compatibilit… #35

Workflow file for this run

name: lint
on:
push:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run the linter
run: bundle exec rubocop