Skip to content

Handle the new ABL format used by Corgi #87

Handle the new ABL format used by Corgi

Handle the new ABL format used by Corgi #87

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
rspec:
timeout-minutes: 10
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Test
run: bundle exec rake