Skip to content

chore: bump to v0.6.0 #37

chore: bump to v0.6.0

chore: bump to v0.6.0 #37

Workflow file for this run

name: ci
on:
push: { branches: main }
pull_request: { branches: main }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
- run: deno fmt --check
- run: deno lint
- run: deno task test
- run: deno task dnt