Skip to content

chore: re-gen lockfile w/ v3, ignore jest config file for build (#17) #46

chore: re-gen lockfile w/ v3, ignore jest config file for build (#17)

chore: re-gen lockfile w/ v3, ignore jest config file for build (#17) #46

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout/install
uses: adamhamlin/checkout-node-project@v1
- name: Run Tests
run: npm run test:ci