Skip to content

Document new shape hit testing features #485

Document new shape hit testing features

Document new shape hit testing features #485

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# checkout@v5
- uses: jonobr1/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint