cracker/.github/workflows/ci.yaml

14 lines
295 B
YAML
Raw Normal View History

2020-08-08 14:45:43 -04:00
on: push
jobs:
build:
runs-on: ubuntu-latest
name: script/cibuild
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- name: build
run: script/bootstrap
- name: test
run: script/cibuild