summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-12-27 13:33:22 -0700
committermo khan <mo.khan@gmail.com>2019-12-27 13:33:22 -0700
commit6e9f360f9afeb070d09b9c838423a81a50e05061 (patch)
treec517166180a84a6e629c838f01e19d41eec1cdda /.github
parent3ad055bf888b927b62a9c02bff087fa9ce5fdbf9 (diff)
Add GH action to run cibulid
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..8933ef6
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,13 @@
+name: ci
+on: [push]
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Set up Ruby 2.6
+ uses: actions/setup-ruby@v1
+ with:
+ ruby-version: 2.6.x
+ - name: Run cibuild
+ run: bin/cibuild