Skip to content

Return map center in pp url #40

Return map center in pp url

Return map center in pp url #40

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup node 🔧
uses: actions/setup-node@v2
with:
node-version: 12
- name: Test ✔️
run: |
npm ci
npm test