Commit 85c1dd4

mo khan <mo@mokhan.ca>
2021-06-29 20:57:00
chore: add ci job
1 parent c33ae89
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -0,0 +1,10 @@
+name: Continuous Integration
+on: [push, pull_request]
+jobs:
+  test:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - uses: ruby/setup-ruby@v1
+      - run: ./bin/setup
+      - run: ./bin/rails test