Skip to content

Router builder method added #21

Router builder method added

Router builder method added #21

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Lint
run: |
deno task lint
- name: Unit tests
run: |
deno test