Skip to content

fix: v2.5.0 breaks implementation with headings #18

fix: v2.5.0 breaks implementation with headings

fix: v2.5.0 breaks implementation with headings #18

Workflow file for this run

name: CI tests
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.27
- name: 📥 Download deps
run: bun install
- name: ⎔ Build package
run: bun run build