Skip to content

Adding distance-map support #49

Adding distance-map support

Adding distance-map support #49

Workflow file for this run

name: Linting
on:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install Dependencies
run: npm install
- name: Run ESLint
run: npx eslint ./scripts