Skip to content

jsx-md-beautiful-mermaid: add package v0.2.1; bump jsx-md to v0.2.1 #7

jsx-md-beautiful-mermaid: add package v0.2.1; bump jsx-md to v0.2.1

jsx-md-beautiful-mermaid: add package v0.2.1; bump jsx-md to v0.2.1 #7

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run typecheck
working-directory: packages/jsx-md
- run: bun test
working-directory: packages/jsx-md