Skip to content

Create deno.lock for deno test #2

Create deno.lock for deno test

Create deno.lock for deno test #2

Workflow file for this run

name: Test & Publish to JSR
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: vx.x.x
- run: deno test tests
- run: deno publish