Skip to content

actually fix the generics this time #20

actually fix the generics this time

actually fix the generics this time #20

Workflow file for this run

name: "Automated release"
permissions:
id-token: write
contents: read
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v2
- run: deno test
- run: deno lint
- run: deno publish