Skip to content

Push up README banner #216

Push up README banner

Push up README banner #216

Workflow file for this run

name: Deno CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: ["1.32.3"]
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version}}
- run: deno task test