Skip to content

Extend readme with import example #90

Extend readme with import example

Extend readme with import example #90

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn
- name: Make
run: yarn make
- name: Test
run: yarn test