Skip to content

remove states

remove states #37

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate that cities GeoJSON file matches JSON schema
run: |
npx ajv-cli test -s cities-schema.json -d cities.json --valid --verbose