Skip to content

Merge pull request #4 from usdigitalresponse/kevee/zip-code-type #12

Merge pull request #4 from usdigitalresponse/kevee/zip-code-type

Merge pull request #4 from usdigitalresponse/kevee/zip-code-type #12

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
run: npm install
- name: Test
run: npm run test