Skip to content

fix: readme fixed

fix: readme fixed #49

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- 'release/**'
jobs:
test:
if: startsWith(github.head_ref, 'release-please--')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm build
- run: pnpm lint
- run: pnpm test