Skip to content

chore: ci github action #549

chore: ci github action

chore: ci github action #549

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno test -A