Skip to content

Add: field arguments to state and country for get more fine tuned results and updated the docs for the same #280

Add: field arguments to state and country for get more fine tuned results and updated the docs for the same

Add: field arguments to state and country for get more fine tuned results and updated the docs for the same #280

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