Skip to content

fix: adjust posecode examples for correct biomechanical form #19

fix: adjust posecode examples for correct biomechanical form

fix: adjust posecode examples for correct biomechanical form #19

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Build playground
run: npm run build
- name: Run unit tests
run: npm test
- name: Run biomechanical evals
run: npm run eval