Skip to content

- added a few missing EQs #38

- added a few missing EQs

- added a few missing EQs #38

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