Skip to content

docs(readme): some typos #201

docs(readme): some typos

docs(readme): some typos #201

Workflow file for this run

name: test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run lint
run: yarn lint
- name: Run lint
run: yarn test