Skip to content

Bump rubocop-performance from 1.23.0 to 1.23.1 in the dev-ruby-dependencies group #84

Bump rubocop-performance from 1.23.0 to 1.23.1 in the dev-ruby-dependencies group

Bump rubocop-performance from 1.23.0 to 1.23.1 in the dev-ruby-dependencies group #84

Workflow file for this run

name: acceptance
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
acceptance:
name: acceptance
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3 # pin@v1.205.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
env:
ISSUE_DB_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENV: acceptance
run: script/acceptance