Skip to content

fix: types and docs and tests. oh my? #128

fix: types and docs and tests. oh my?

fix: types and docs and tests. oh my? #128

Workflow file for this run

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./.github/actions/prepare
- run: npm test
name: Test
on:
pull_request: ~
push:
branches:
- main