Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

docs: add deprecation warning to README #23

docs: add deprecation warning to README

docs: add deprecation warning to README #23

Workflow file for this run

name: Test
on:
push:
branches: "**"
tags-ignore: "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: [1.x]
steps:
- uses: actions/checkout@v2
- name: Use Deno ${{ matrix.deno-version }}
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}
- run: ./scripts/test.sh
env:
CI: true