Skip to content

Support both long and short country codes #414

Support both long and short country codes

Support both long and short country codes #414

Workflow file for this run

name: Build, Test & Lint
on:
push:
branches: [ main ]
pull_request:
jobs:
tests:
name: Run Tests & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Build
run: npm run build
- name: Run tests
run: npm test
- name: Lint code
run: npm run lint:ci