Skip to content

feat(physics): add set quaternion #33

feat(physics): add set quaternion

feat(physics): add set quaternion #33

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- run: npx nx run-many -t lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- run: npx nx build ted
- run: npx nx build docs