Skip to content

Fix lat/lon param zoom in, booth fix and label fix #233

Fix lat/lon param zoom in, booth fix and label fix

Fix lat/lon param zoom in, booth fix and label fix #233

Workflow file for this run

name: checks
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
- run: pnpm install
- run: pnpx eslint .
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
- run: pnpm install
- run: pnpx prettier . --check