Commit 78c8ed8

mo khan <mo@mokhan.ca>
2021-05-20 15:47:32
chore: add ci workflow
1 parent 1c04f55
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -0,0 +1,12 @@
+name: ci
+on:
+  push:
+    branches: [main]
+jobs:
+  test:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - uses: ruby/setup-ruby@v1
+      - run: bundle install
+      - run: bundle exec rspec