From b87bfccd6db6779c14c3ef0fc21afc75d714353d Mon Sep 17 00:00:00 2001 From: Zak Horton Date: Tue, 1 Oct 2024 11:12:42 -0700 Subject: [PATCH] Updated --- .github/workflows/publish.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ad5781d..5d73b4a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,5 +15,13 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Setup Deno + uses: denoland/setup-deno@v1 + with: + deno-version: v1.x + + - name: Run tests + run: deno test + - name: Publish package - run: npx jsr publish + run: npx jsr publish --allow-slow-types