Skip to content

Add OSM wikidata parsing to scheduled update script #12

Add OSM wikidata parsing to scheduled update script

Add OSM wikidata parsing to scheduled update script #12

Workflow file for this run

name: NPM CI build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
cache: 'pip'
- uses: actions/setup-node@v3
with:
node-version: 20
- run: pip install rdflib requests
- run: python3 osm_wikidata.py
- run: npm install
- run: npm run build
- run: exit $(git diff --numstat | wc -l)