Skip to content

Pin version of std temporarily #30

Pin version of std temporarily

Pin version of std temporarily #30

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
history:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: v1.15.3
- run: deno test history.test.ts