Skip to content

chore(docs): add supported shape collision pairs table to getting-sta… #68

chore(docs): add supported shape collision pairs table to getting-sta…

chore(docs): add supported shape collision pairs table to getting-sta… #68

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- name: yarn install
run: yarn install
- name: yarn typecheck
run: yarn typecheck
- name: yarn test
run: yarn test