Add test CI workflow

This commit is contained in:
Parker Moore 2020-08-08 14:08:41 -04:00
parent f73475f35f
commit df4e31bad2
1 changed files with 14 additions and 0 deletions

14
.github/workflows/ci.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
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