Skip to content

#288: started to customise Fuse calls and results are improving. I ne… #44

#288: started to customise Fuse calls and results are improving. I ne…

#288: started to customise Fuse calls and results are improving. I ne… #44

Workflow file for this run

name: Spinorama Javascript
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm test