Skip to content

Fix documentation

Fix documentation #160

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build