Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

feat: implement main command palette UI #154

feat: implement main command palette UI

feat: implement main command palette UI #154

Workflow file for this run

name: JSR Publish
on:
push:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Publish package
working-directory: ./packages/api
run: |
deno install
npx jsr publish --allow-slow-types