diff options
| author | mo khan <mo.m.khan@shopify.com> | 2020-12-23 15:08:57 -0700 |
|---|---|---|
| committer | mo khan <mo.m.khan@shopify.com> | 2020-12-23 15:08:57 -0700 |
| commit | ae339b9477eea323caaf67371c5abd92723633cd (patch) | |
| tree | 393d9ac3d61de67e3c2345ac130d1456de2ebf6d | |
| parent | 90e3de4263499ba6fac7aee6815d670b20f7c51b (diff) | |
chore: add ci
| -rw-r--r-- | .github/workflows/ci.yml | 9 |
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 |
