Skip to content

Bump rubocop from 1.69.2 to 1.70.0 in the dev-ruby-dependencies group #89

Bump rubocop from 1.69.2 to 1.70.0 in the dev-ruby-dependencies group

Bump rubocop from 1.69.2 to 1.70.0 in the dev-ruby-dependencies group #89

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # [email protected]
with:
bundler-cache: true
- name: lint
run: bundle exec rubocop -c .rubocop.yml lib/ spec/