Skip to content

test: add a mdx test and example #15

test: add a mdx test and example

test: add a mdx test and example #15

Workflow file for this run

name: ci
on:
push:
branches: [main, next]
pull_request:
branches: ['*']
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: npx playwright install --with-deps
- run: yarn build
- run: yarn test