Skip to content

Add performance note to README (Close #44) #18

Add performance note to README (Close #44)

Add performance note to README (Close #44) #18

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm test
env:
CI: true