Skip to content

Updated the states and cities of Nepal #288

Updated the states and cities of Nepal

Updated the states and cities of Nepal #288

Workflow file for this run

name: CI
on: [pull_request, pull_request_target]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test