Skip to content

Bump rubocop from 1.69.0 to 1.69.1 in the dev-ruby-dependencies group #68

Bump rubocop from 1.69.0 to 1.69.1 in the dev-ruby-dependencies group

Bump rubocop from 1.69.0 to 1.69.1 in the dev-ruby-dependencies group #68

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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # [email protected]
with:
bundler-cache: true
- name: lint
run: bundle exec rubocop -c .rubocop.yml lib/ spec/