Skip to content

https://www.ajc.com/resizer/pve2WuJ2z2Kn32rYlFzD5PKKDh0=/850x480/clou… #28

https://www.ajc.com/resizer/pve2WuJ2z2Kn32rYlFzD5PKKDh0=/850x480/clou…

https://www.ajc.com/resizer/pve2WuJ2z2Kn32rYlFzD5PKKDh0=/850x480/clou… #28

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: 2.7
bundler-cache: true
- name: build
run: script/bootstrap
- name: test
run: script/cibuild