Skip to content

Faster quaternion rotation #11

Faster quaternion rotation

Faster quaternion rotation #11

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 elm@latest-0.19.1 elm-test@0.19.1-revision6 elm-review@2.5.0 elm-format@0.8.5
- run: elm-format --validate .
- run: elm-review
- run: elm-test