Skip to content

Updated usage instructions to include both denoland import and jsr (#58) #104

Updated usage instructions to include both denoland import and jsr (#58)

Updated usage instructions to include both denoland import and jsr (#58) #104

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: v1.x
- run: deno test --allow-read