Skip to content

chore: fix readme typo #127

chore: fix readme typo

chore: fix readme typo #127

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.1.0
with:
version: 7.0.0
run_install: true
- name: test
run: pnpm test
- name: report
uses: codecov/codecov-action@v1.1.1
env:
CI: true