summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: 984982ca2993483063062290f7ee4fde131bad58 (plain)
1
2
3
4
5
6
7
8
9
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/test