Skip to content

feat: animated GIF export #60

feat: animated GIF export

feat: animated GIF export #60

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