Skip to content

Faster quaternion rotation #10

Faster quaternion rotation

Faster quaternion rotation #10

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
elm-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12"
- uses: actions/cache@v2
with:
path: |
~/.npm
~/.elm
elm-stuff
key: ${{ runner.os }}-cache
- run: npm install -g [email protected] [email protected] [email protected] [email protected]
- run: elm-format --validate .
- run: elm-review
- run: elm-test