Skip to content

docs: update todo

docs: update todo #16

Workflow file for this run

name: Run build to check for errors
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build