Skip to content

Improve detection of Ollama or OpenAI #10

Improve detection of Ollama or OpenAI

Improve detection of Ollama or OpenAI #10

Workflow file for this run

# .github/workflows/publish.yml
name: Publish
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v2.x
- run: deno run -A jsr:@david/[email protected] --allow-slow-types