Skip to content

Updated the names of changed US Army bases. #302

Updated the names of changed US Army bases.

Updated the names of changed US Army bases. #302

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