Skip to content

Merge pull request #44 from github/copilot/fix-43 #292

Merge pull request #44 from github/copilot/fix-43

Merge pull request #44 from github/copilot/fix-43 #292

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@v4
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
run: script/acceptance