Skip to content

Update README.md

Update README.md #104

Workflow file for this run

name: "run tests"
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jetli/[email protected]
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build:wasm
- run: npm test