Skip to content

Add missing city (Millerton) to NY #292

Add missing city (Millerton) to NY

Add missing city (Millerton) to NY #292

Workflow file for this run

name: CI
on: [pull_request, pull_request_target]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test