Skip to content

Merge branch 'main' of https://github.com/justinlettau/states-us #274

Merge branch 'main' of https://github.com/justinlettau/states-us

Merge branch 'main' of https://github.com/justinlettau/states-us #274

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
env:
CI: true
- name: Coverage
uses: codecov/codecov-action@v3
- name: Build
run: npm run build