Skip to content

style(docs): import g100 theme directly #374

style(docs): import g100 theme directly

style(docs): import g100 theme directly #374

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Build and test the library
run: |
bun install
bun run playwright install --with-deps
bun run build:lib
bun run build
bun run test
bun run test:e2e