Skip to content

feat(input): add position relative to canvas on mouse move #7

feat(input): add position relative to canvas on mouse move

feat(input): add position relative to canvas on mouse move #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- run: npx nx run-many -t lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm ci
- run: npx nx build ted
- run: npx nx build docs