Skip to content

Add unit tests for audio-viz internals; extract autoViz to a util #57

Add unit tests for audio-viz internals; extract autoViz to a util

Add unit tests for audio-viz internals; extract autoViz to a util #57

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm run check