Skip to content

Add pending ActionableError #132

Add pending ActionableError

Add pending ActionableError #132

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- name: Rubocop
run: rubocop