Skip to content

Re add OSM ID for Addis Ababa, now filtering out those with subareas #25

Re add OSM ID for Addis Ababa, now filtering out those with subareas

Re add OSM ID for Addis Ababa, now filtering out those with subareas #25

Workflow file for this run

name: CI
on: [ push ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Yarn Install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Schema Validation of Places
if: always()
uses: borales/actions-yarn@v4
with:
cmd: validate-places
- name: Schema Validation of Types
if: always()
uses: borales/actions-yarn@v4
with:
cmd: validate-types
- name: Schema Validation of Areas
if: always()
uses: borales/actions-yarn@v4
with:
cmd: validate-areas