Skip to content

do not throw on validate() failure #16

do not throw on validate() failure

do not throw on validate() failure #16

Workflow file for this run

name: Unit Tests
'on':
workflow_dispatch: {}
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm i
- run: npm t