Skip to content

chore: fix typo in README.md #17

chore: fix typo in README.md

chore: fix typo in README.md #17

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare
uses: ./.github/actions/prepare
- name: Run tests
run: pnpm test