Skip to content

readme: fix mentions of v3 (#43) #4

readme: fix mentions of v3 (#43)

readme: fix mentions of v3 (#43) #4

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test