Skip to content

Bump rubocop from 1.71.0 to 1.71.1 in the dev-ruby-dependencies group #99

Bump rubocop from 1.71.0 to 1.71.1 in the dev-ruby-dependencies group

Bump rubocop from 1.71.0 to 1.71.1 in the dev-ruby-dependencies group #99

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k