Skip to content

add docs for 3d stacked, improve 3d styling #29

add docs for 3d stacked, improve 3d styling

add docs for 3d stacked, improve 3d styling #29

Workflow file for this run

name: CI
on:
pull_request:

Check failure on line 4 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [main]
jobs:
check-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint all packages
run: pnpm lint
- name: Build all packages
run: pnpm build