Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

fix: evenly distribute inputs and center gate content #390

fix: evenly distribute inputs and center gate content

fix: evenly distribute inputs and center gate content #390

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- "src/**"
- "docs/**"
pull_request:
jobs:
test:
name: Test package
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install Typst
run: sudo snap install typst
- name: Install Tytanic
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: tytanic@0.2.2
- name: Run test suite
run: tt run --no-fail-fast
- name: Archive artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: artifacts
path: |
tests/**/diff/*.png
tests/**/out/*.png
tests/**/ref/*.png
retention-days: 3
docs:
name: Test documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Typst
run: sudo snap install typst
- name: Build using Typst HTML
run: typst compile docs/main.typ --format html --features html --root .