Skip to content

Add page layout options: "wide" and "standalone" layouts for full-width and iframe embedding with automatic detection #2281

Add page layout options: "wide" and "standalone" layouts for full-width and iframe embedding with automatic detection

Add page layout options: "wide" and "standalone" layouts for full-width and iframe embedding with automatic detection #2281

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Test packages
run: pnpm test
- name: Build packages
run: pnpm build