Skip to content

Get poet and critic working and added. #279

Get poet and critic working and added.

Get poet and critic working and added. #279

Workflow file for this run

name: ci:test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: install
run: gem install bundler -v 2.4.22 && bundle
- name: test
run: bundle exec rake wax:test