Skip to content

Update README.md

Update README.md #64

Workflow file for this run

name: Vitest
'on':
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: latest
- run: pnpm i --frozen-lockfile
- run: pnpm test