Skip to content

Bump rubocop-rspec from 3.3.0 to 3.4.0 in the dev-ruby-dependencies group #92

Bump rubocop-rspec from 3.3.0 to 3.4.0 in the dev-ruby-dependencies group

Bump rubocop-rspec from 3.3.0 to 3.4.0 in the dev-ruby-dependencies group #92

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@4a9ddd6f338a97768b8006bf671dfbad383215f4 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
env:
ISSUE_DB_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENV: acceptance
run: script/acceptance