Skip to content

Publish to jsr, addan explicit type, and a new test #11

Publish to jsr, addan explicit type, and a new test

Publish to jsr, addan explicit type, and a new test #11

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version-file: .dvmrc
- run: |
make test