Suite of AT Protocol TypeScript libraries built on web standards
21
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update publish.yml

+2 -2
+2 -2
.github/workflows/publish.yml
··· 29 29 - name: Format 30 30 run: deno fmt --check 31 31 32 - - name: Test 33 - run: deno test -P 32 + - name: Check 33 + run: deno check 34 34 35 35 - name: Publish to JSR 36 36 run: deno publish