cracker/.github/workflows/ci.yaml

15 lines
296 B
YAML
Raw Normal View History

2020-08-08 14:10:57 -04:00
on: push
2020-08-08 14:08:41 -04:00
jobs:
build:
runs-on: ubuntu-latest
2020-08-08 14:11:34 -04:00
name: script/cibuild
2020-08-08 14:08:41 -04:00
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
2020-08-08 14:33:06 -04:00
- name: build
run: script/bootstrap
- name: test
run: script/cibuild