Skip to content

Add Canvas overlay, NearCoordinates, coordsToVector3 and coordsToShapePoints #19

Add Canvas overlay, NearCoordinates, coordsToVector3 and coordsToShapePoints

Add Canvas overlay, NearCoordinates, coordsToVector3 and coordsToShapePoints #19

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test