Skip to content

Merge pull request #127 from openspacelabs/louisb/zoom-to-coords #94

Merge pull request #127 from openspacelabs/louisb/zoom-to-coords

Merge pull request #127 from openspacelabs/louisb/zoom-to-coords #94

Workflow file for this run

name: Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tsc
run: yarn run typescript
- name: Run ESLint
run: yarn run lint
- name: Run tests
run: yarn run test