Skip to content

remove regions that haven't been downloaded in 2024 #35

remove regions that haven't been downloaded in 2024

remove regions that haven't been downloaded in 2024 #35

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