Skip to content

Update poet_and_critics_2.md #288

Update poet_and_critics_2.md

Update poet_and_critics_2.md #288

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