Skip to content

Bump rubocop-performance from 1.26.0 to 1.26.1 in the dev-ruby-dependencies group #482

Bump rubocop-performance from 1.26.0 to 1.26.1 in the dev-ruby-dependencies group

Bump rubocop-performance from 1.26.0 to 1.26.1 in the dev-ruby-dependencies group #482

Workflow file for this run

name: acceptance
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
acceptance:
name: acceptance
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
run: script/acceptance