Skip to content

Get rid of individual package.json files #114

Get rid of individual package.json files

Get rid of individual package.json files #114

Workflow file for this run

name: Run tests
on: push
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno test -A