summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.m.khan@shopify.com>2020-12-23 15:08:57 -0700
committermo khan <mo.m.khan@shopify.com>2020-12-23 15:08:57 -0700
commitae339b9477eea323caaf67371c5abd92723633cd (patch)
tree393d9ac3d61de67e3c2345ac130d1456de2ebf6d
parent90e3de4263499ba6fac7aee6815d670b20f7c51b (diff)
chore: add ci
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..d9631b1
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,9 @@
+name: ci
+on: [push]
+jobs:
+ test:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/setup-ruby@v1
+ - run: sh ./bin/test