Skip to content

feat(physics): add collisions in internal physics event #12

feat(physics): add collisions in internal physics event

feat(physics): add collisions in internal physics event #12

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