Skip to content

doc: doc update

doc: doc update #9

Workflow file for this run

name: "Coveralls"
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn
- name: Test
run: yarn test:cov
- name: Code coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}