Skip to content

refactor: extract CompositorCore — shared pipelines, uniforms, cursor… #58

refactor: extract CompositorCore — shared pipelines, uniforms, cursor…

refactor: extract CompositorCore — shared pipelines, uniforms, cursor… #58

Workflow file for this run

name: CI
# PRs and pushes to main both build + test. Commits land directly on main in
# this repo, so a PR-only trigger left main permanently unverified.
on:
pull_request:
push:
branches: [main]
jobs:
build:
uses: ./.github/workflows/build-workflow.yml
with:
upload-artifacts: false
release: false