Skip to content

Added test implementation and helpers. Added initial workflow. Lock #2

Added test implementation and helpers. Added initial workflow. Lock

Added test implementation and helpers. Added initial workflow. Lock #2

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: "1.39.4"
- name: Test
run: deno test --allow-env --allow-read --trace-ops