Skip to content

add CHANGELOG.md and extract release notes from changelog in publish … #5

add CHANGELOG.md and extract release notes from changelog in publish …

add CHANGELOG.md and extract release notes from changelog in publish … #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Type check
run: bunx tsc --noEmit