Skip to content

Commit

Permalink
Create .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 8, 2020
1 parent f73475f commit 20f7fc1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 20f7fc1

Please sign in to comment.