Skip to content

introduced an example of circadian variability #12

introduced an example of circadian variability

introduced an example of circadian variability #12

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run build --if-present
- run: npm test