Skip to content

port rotate from gl-matrix for vec2, vec3. fixes #23 #52

port rotate from gl-matrix for vec2, vec3. fixes #23

port rotate from gl-matrix for vec2, vec3. fixes #23 #52

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/[email protected]
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Test 🧪
run: |
npm ci
npm run check-ci