Skip to content

init ts-jsr-template #1

init ts-jsr-template

init ts-jsr-template #1

Workflow file for this run

name: Test and Publish JSR Module
on:
workflow_dispatch:
push:
branches:
- "**"
pull_request:
branches:
- main
release:
types:
- created
jobs:
test:
uses: CodrJS/cicd/.github/workflows/deno-test.yml@main
publish:
uses: CodrJS/cicd/.github/workflows/deno-publish-jsr.yml@main
needs: test
secrets: inherit