Skip to content

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

Added test implementation and helpers. Added initial workflow. Lock

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

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
- name: Setup Deno
uses: ./
with:
deno-version: 1.39.4
- name: Test
run: deno test --allow-env --allow-read --trace-ops