tangled
alpha
login
or
join now
tijs.org
/
actor-typeahead
1
fork
atom
A Web Component that provides typeahead suggestions for AT Protocol (Bluesky) handles. Uses the public app.bsky.actor.searchActorsTypeahead API directly from the client.
1
fork
atom
overview
issues
pulls
pipelines
Add JSR publish workflow
tijs.org
4 weeks ago
48adfc9f
b2d567fe
+17
1 changed file
expand all
collapse all
unified
split
.github
workflows
publish.yml
+17
.github/workflows/publish.yml
···
1
1
+
name: Publish to JSR
2
2
+
3
3
+
on:
4
4
+
push:
5
5
+
tags:
6
6
+
- '*'
7
7
+
8
8
+
jobs:
9
9
+
publish:
10
10
+
runs-on: ubuntu-latest
11
11
+
permissions:
12
12
+
contents: read
13
13
+
id-token: write
14
14
+
steps:
15
15
+
- uses: actions/checkout@v4
16
16
+
- uses: denoland/setup-deno@v2
17
17
+
- run: deno publish