Skip to content

Enhance polygon drawing UX and add coordinate copy support #71

Enhance polygon drawing UX and add coordinate copy support

Enhance polygon drawing UX and add coordinate copy support #71

Workflow file for this run

name: eslint-check
on:
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: cd site && npm install && NODE_ENV=test npx eslint .