Skip to content

Update CI/CD to Deno v2 #16

Update CI/CD to Deno v2

Update CI/CD to Deno v2 #16

Workflow file for this run

name: Tests
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno task test