Skip to content

chore: enrich content catalog (name · tagline · description · keywords) #10

chore: enrich content catalog (name · tagline · description · keywords)

chore: enrich content catalog (name · tagline · description · keywords) #10

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with: { egress-policy: audit }
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with: { bun-version: 1.3.14 }
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun test
- run: bunx jsr publish --dry-run --allow-slow-types