Skip to content

Fix ShiftNoise calculation bug (#38) #261

Fix ShiftNoise calculation bug (#38)

Fix ShiftNoise calculation bug (#38) #261

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: |
npm install
npm run build
- name: Test
run: npm run test