Skip to content

Add administrative and county types #323

Add administrative and county types

Add administrative and county types #323

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
run:
name: Lint & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci --ignore-scripts
- run: npm run lint
- run: npm run build