Skip to content

add vendor task for https imports #3

add vendor task for https imports

add vendor task for https imports #3

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Vendor
run: deno task vendor
- name: Publish package
run: npx jsr publish