Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

add ci (#4)

add ci (#4) #2

Workflow file for this run

name: Deno
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno test --allow-read