Skip to content

Update README.md

Update README.md #74

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Uses Node.js 10
uses: actions/setup-node@v1
with:
node-version: 10
- run: npm install -g yarn
- run: yarn install
- run: yarn test