Skip to content

feat: subscribe to all 4 mixer channel faders #3

feat: subscribe to all 4 mixer channel faders

feat: subscribe to all 4 mixer channel faders #3

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
- '!main'
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build
run: npm run build