Skip to content

docs: update link to swc-demo-branch #25

docs: update link to swc-demo-branch

docs: update link to swc-demo-branch #25

Workflow file for this run

name: Ruby specs
on: [pull_request]
jobs:
test:
name: Ruby specs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- name: Ruby specs
run: |
bundle install
yarn install
bundle exec rspec