Skip to content

chore(shared): fix angleTo return type of vector2 #656

chore(shared): fix angleTo return type of vector2

chore(shared): fix angleTo return type of vector2 #656

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
test:
name: Test changes
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install dependencies
run: yarn install
- name: Test
run: yarn run test
- name: Lint
run: yarn run lint