Skip to content

fixed #295; I have already done it and I am wondering what happened #42

fixed #295; I have already done it and I am wondering what happened

fixed #295; I have already done it and I am wondering what happened #42

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