Skip to content

Add event listeners for pointerdown up #15

Add event listeners for pointerdown up

Add event listeners for pointerdown up #15

Workflow file for this run

name: Run Unit Tests and Lint Files
"on": push
jobs:
unit_test-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build
npm run test
npm run lint