Skip to content

test: use scoped hook for cleanup to avoid weird 01 prefix #120

test: use scoped hook for cleanup to avoid weird 01 prefix

test: use scoped hook for cleanup to avoid weird 01 prefix #120

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x # Run with latest stable Deno.
- run: deno fmt --check
- run: deno lint
- run: deno check --doc .
- run: deno task test:unit