Skip to content

Set the min & max of the Y axis based on the dataset (#26) #21

Set the min & max of the Y axis based on the dataset (#26)

Set the min & max of the Y axis based on the dataset (#26) #21

Workflow file for this run

name: Continous Integration
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build and Predeploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run predeploy