Skip to content

Update README.md

Update README.md #63

Workflow file for this run

name: ci
on:
push:
branches: [main, 'v*']
pull_request:
branches: [main, 'v*']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: 'install dependencies'
run: yarn --frozen-lockfile
- run: yarn test