Skip to content

Require period for text banner generation #15

Require period for text banner generation

Require period for text banner generation #15

Workflow file for this run

name: Publish
on:
push:
branches:
- master
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: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bunx jsr publish --allow-slow-types
# Remove slow types flag when they address this https://github.com/denoland/deno/issues/23126