Skip to content

docs: add the deploy template repo to the README #15

docs: add the deploy template repo to the README

docs: add the deploy template repo to the README #15

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x # Run with latest stable Deno.
- run: deno task check
- run: deno task lint
- run: deno task fmt
- run: deno task test