Skip to content

feat: Add endpoints for retrieving towns and exact town details #31

feat: Add endpoints for retrieving towns and exact town details

feat: Add endpoints for retrieving towns and exact town details #31

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