WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

docs: add comprehensive JSDoc comments to all exported APIs #4

docs: add comprehensive JSDoc comments to all exported APIs

docs: add comprehensive JSDoc comments to all exported APIs #4

Workflow file for this run

name: Publish to JSR
on:
push:
branches:
- main
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # Required for OIDC authentication with JSR
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Check formatting
run: deno task fmt --check
- name: Lint code
run: deno task lint
- name: Type check
run: deno task check
- name: Publish packages to JSR
run: deno publish