Skip to content

jsx-md: add agent skill (SKILL.md, primitives reference) and skills.s… #4

jsx-md: add agent skill (SKILL.md, primitives reference) and skills.s…

jsx-md: add agent skill (SKILL.md, primitives reference) and skills.s… #4

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