Skip to content

fix: typo (#32)

fix: typo (#32) #71

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm i
- name: Check lib
run: |
make
git diff --exit-code
- run: npm test