Skip to content

Add neighborhoods and villages to API, update population data, and ad… #18

Add neighborhoods and villages to API, update population data, and ad…

Add neighborhoods and villages to API, update population data, and ad… #18

Workflow file for this run

name: Build & Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: npm install