Skip to content

Fix typo in readme

Fix typo in readme #8

Workflow file for this run

name: PR lint & test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run build
npm run test
npm run lint