Skip to content

Simplify README and move detailed info to src #13

Simplify README and move detailed info to src

Simplify README and move detailed info to src #13

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
secrets: inherit
publish:
name: Publish
runs-on: ubuntu-latest
needs: test
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
- name: Publish package
run: deno publish