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