cracker/.github/workflows/ci.yaml

15 lines
297 B
YAML
Raw Normal View History

2020-08-08 18:08:41 +00:00
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }} sample
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- name: CI Build
run: |
script/bootstrap
script/cibuild