Skip to content

Change require to import #81

Change require to import

Change require to import #81

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