Skip to content

add test-cov target #37

add test-cov target

add test-cov target #37

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- run: yarn install
- run: make check