Skip to content

https://d2pn8kiwq2w21t.cloudfront.net/images/PIA25968.width-1320.jpg #603

https://d2pn8kiwq2w21t.cloudfront.net/images/PIA25968.width-1320.jpg

https://d2pn8kiwq2w21t.cloudfront.net/images/PIA25968.width-1320.jpg #603

Workflow file for this run

on:
push:
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
name: script/cibuild
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
bundler-cache: true
- name: build
run: script/bootstrap
- name: test
run: script/cibuild